Skip to content

Commit d3bdb21

Browse files
authored
Set salsa version to 0.25.2 explicitly (#8)
1 parent 2c47b5f commit d3bdb21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ cairo-lang-parser = "*"
1414
cairo-lang-semantic = "*"
1515
cairo-lang-syntax = "*"
1616
cairo-lang-utils = "*"
17+
salsa = "0.25.2"
1718
semver = "1"
1819
tracing = "0.1"
19-
salsa = "*"
20+
2021
# Here we specify real dependency specifications for Cairo crates *if* currently we want to use
2122
# a particular unreleased commit (which is frequent mid-development).
2223
# We list all Cairo crates that go into Scarb's compilation unit even if Scarb itself does not depend

0 commit comments

Comments
 (0)