We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c47b5f commit d3bdb21Copy full SHA for d3bdb21
Cargo.toml
@@ -14,9 +14,10 @@ cairo-lang-parser = "*"
14
cairo-lang-semantic = "*"
15
cairo-lang-syntax = "*"
16
cairo-lang-utils = "*"
17
+salsa = "0.25.2"
18
semver = "1"
19
tracing = "0.1"
-salsa = "*"
20
+
21
# Here we specify real dependency specifications for Cairo crates *if* currently we want to use
22
# a particular unreleased commit (which is frequent mid-development).
23
# We list all Cairo crates that go into Scarb's compilation unit even if Scarb itself does not depend
0 commit comments