Merge branch 'sebschmi/i94_parenthese_parsing_bug' into main

This commit is contained in:
Sebastian Schmidt 2022-02-20 09:33:11 +02:00
commit 00a00ada55

View File

@ -22,7 +22,7 @@ Add `evalexpr` as dependency to your `Cargo.toml`:
```toml
[dependencies]
evalexpr = "6"
evalexpr = "7"
```
Then you can use `evalexpr` to **evaluate expressions** like this: