We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5faaf commit 227bb58Copy full SHA for 227bb58
1 file changed
bin/Cargo.toml
@@ -15,6 +15,6 @@ name = "expr-solver"
15
path = "src/main.rs"
16
17
[dependencies]
18
-expr-solver-lib = { version = "1.0.1", path = "../lib" }
+expr-solver-lib = { version = "1.0.2", path = "../lib" }
19
clap = { version = "4.0", features = ["derive"] }
20
rust_decimal = { workspace = true }
0 commit comments