Skip to content

Commit

Permalink
update used rev
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Sep 29, 2024
1 parent ae12b42 commit fd8c55d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ cairo-lang-starknet-classes = "2.8.2"
cairo-lang-sierra = "2.8.2"
cairo-native = { git = "https://github.com/lambdaclass/cairo_native", branch = "fix-snapshot-clones" }
cairo-vm = "1.0.1"
blockifier = { package = "blockifier", git = "https://github.com/kkrt-labs/sequencer.git", branch = "kkrt-native-2.8", default-features = false, features = [
blockifier = { package = "blockifier", git = "https://github.com/kkrt-labs/sequencer.git", branch = "kkrt-native-2.8", rev="7c8bd351ecf0c0375d7030466500523a9a924273", default-features = false, features = [
"testing",
] }
starknet = "0.12"
starknet-crypto = "0.7"
starknet_api = { package = "starknet_api", git = "https://github.com/kkrt-labs/sequencer.git", branch = "kkrt-native-2.8" }
starknet_api = { package = "starknet_api", git = "https://github.com/kkrt-labs/sequencer.git", branch = "kkrt-native-2.8", rev="7c8bd351ecf0c0375d7030466500523a9a924273" }

# Other
async-trait = "0.1"
Expand Down

0 comments on commit fd8c55d

Please sign in to comment.