We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91749c1 commit 15a6cffCopy full SHA for 15a6cff
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "nl-compiler"
3
-version = "0.1.18"
+version = "0.1.19"
4
edition = "2024"
5
license = "MIT OR Apache-2.0"
6
@@ -40,7 +40,7 @@ repository = "https://github.com/matth2k/nl-compiler"
40
41
[dependencies]
42
thiserror = { version = "2.0.16" }
43
-safety-net = { version = "0.6.3", features = ["graph"] }
+safety-net = { version = "0.7.0", features = ["graph"] }
44
sv-parser = { version = "0.13.3" }
45
flussab = { version = "0.3.1" }
46
flussab-aiger = { version = "0.1.1" }
0 commit comments