File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Add this to your `Cargo.toml`:
3333
3434``` toml
3535[dependencies ]
36- expr-solver-lib = " 1.1.0 "
36+ expr-solver-lib = " 1.1.1 "
3737```
3838
3939### As a binary
@@ -42,7 +42,7 @@ Add this to your `Cargo.toml`:
4242
4343``` toml
4444[dependencies ]
45- expr-solver-bin = " 1.1.0 "
45+ expr-solver-bin = " 1.1.1 "
4646```
4747
4848### Quick Evaluation
Original file line number Diff line number Diff line change 11[package ]
22name = " expr-solver-bin"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44edition = " 2024"
55authors = [" Albert Varaksin <albeva@me.com>" ]
66description = " Binary using the expr-solver-lib to solve math expressions from command line"
@@ -15,6 +15,6 @@ name = "expr-solver"
1515path = " src/main.rs"
1616
1717[dependencies ]
18- expr-solver-lib = { version = " 1.1.0 " , path = " ../lib" }
18+ expr-solver-lib = { version = " 1.1.1 " , path = " ../lib" }
1919clap = { version = " 4.0" , features = [" derive" ] }
2020rust_decimal = { workspace = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " expr-solver-lib"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44edition = " 2024"
55authors = [" Albert Varaksin <albeva@me.com>" ]
66description = " A simple math expression solver library"
You can’t perform that action at this time.
0 commit comments