Skip to content

Commit

Permalink
bump starknet to 0.12 (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger authored Sep 21, 2024
1 parent 787199d commit 1c94266
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 86 deletions.
121 changes: 37 additions & 84 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ cairo-vm = "1.0.1"
blockifier = { package = "blockifier", git = "https://github.com/kkrt-labs/sequencer.git", rev = "d1f32e2", default-features = false, features = [
"testing",
] }
starknet = "0.11.0"
starknet-crypto = "0.7.1"
starknet = "0.12"
starknet-crypto = "0.7"
starknet_api = { package = "starknet_api", git = "https://github.com/kkrt-labs/sequencer.git", rev = "d1f32e2" }

# Other
Expand Down

0 comments on commit 1c94266

Please sign in to comment.