Skip to content

Commit

Permalink
Fixed blockifier version
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos committed Nov 28, 2024
1 parent 8afd1a2 commit dce8c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion starknet/compiler/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
serde = "1.0.208"
serde_json = { version = "1.0.125", features = ["raw_value"] }
cairo-lang-starknet-classes = "2.7.1"
cairo-lang-starknet-classes = "=2.7.1"

[lib]
crate-type = ["staticlib"]
2 changes: 1 addition & 1 deletion vm/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
serde = "1.0.208"
serde_json = { version = "1.0.125", features = ["raw_value"] }
blockifier = "0.8.0-rc.3"
blockifier = "=0.8.0-rc.3"
starknet_api = "0.13.0-rc.1"
cairo-vm = "=1.0.1"
starknet-types-core = { version = "0.1.5", features = ["hash", "prime-bigint"] }
Expand Down

0 comments on commit dce8c79

Please sign in to comment.