Skip to content

Commit

Permalink
bump native
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Oct 1, 2024
1 parent 09f5192 commit 122b0ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
16 changes: 9 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ cairo-lang-starknet = "2.8.2"
cairo-lang-utils = "2.8.2"
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-native = { git = "https://github.com/lambdaclass/cairo_native", branch = "fix-clone-drop-for-enum-structs" }
cairo-vm = "1.0.1"
blockifier = { package = "blockifier", git = "https://github.com/kkrt-labs/sequencer.git", rev="7c8bd351ecf0c0375d7030466500523a9a924273", default-features = false, features = [
blockifier = { package = "blockifier", git = "https://github.com/kkrt-labs/sequencer.git", rev="50267f96092793dd389ae88f740b077a7703b3ed", 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", rev="7c8bd351ecf0c0375d7030466500523a9a924273" }
starknet_api = { package = "starknet_api", git = "https://github.com/kkrt-labs/sequencer.git", rev="50267f96092793dd389ae88f740b077a7703b3ed" }

# Other
async-trait = "0.1"
Expand Down

0 comments on commit 122b0ad

Please sign in to comment.