We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59a631 commit 4abc43bCopy full SHA for 4abc43b
crates/snforge-scarb-plugin/Cargo.toml
@@ -14,9 +14,9 @@ debug-assertions = true
14
15
[dependencies]
16
cairo-lang-macro = "0.2.1"
17
-cairo-lang-parser = "2.12.0"
18
-cairo-lang-utils = "2.12.0"
19
-cairo-lang-syntax = "2.12.0"
+cairo-lang-parser = "=2.12.3"
+cairo-lang-utils = "=2.12.3"
+cairo-lang-syntax = "=2.12.3"
20
cairo-lang-primitive-token = "1"
21
url = "=2.5.4"
22
indoc = "=2.0.5"
@@ -26,4 +26,4 @@ regex = "1.11.1"
26
xxhash-rust = { version = "0.8", features = ["xxh3"] }
27
28
[dev-dependencies]
29
-cairo-lang-formatter = "2.12.0"
+cairo-lang-formatter = "=2.12.3"
0 commit comments