Skip to content

Commit 4abc43b

Browse files
committed
Force Cairo 2.13.3 for plugin
1 parent a59a631 commit 4abc43b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/snforge-scarb-plugin/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ debug-assertions = true
1414

1515
[dependencies]
1616
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"
17+
cairo-lang-parser = "=2.12.3"
18+
cairo-lang-utils = "=2.12.3"
19+
cairo-lang-syntax = "=2.12.3"
2020
cairo-lang-primitive-token = "1"
2121
url = "=2.5.4"
2222
indoc = "=2.0.5"
@@ -26,4 +26,4 @@ regex = "1.11.1"
2626
xxhash-rust = { version = "0.8", features = ["xxh3"] }
2727

2828
[dev-dependencies]
29-
cairo-lang-formatter = "2.12.0"
29+
cairo-lang-formatter = "=2.12.3"

0 commit comments

Comments
 (0)