Skip to content

Commit

Permalink
fixup: update sequencer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PearsonWhite committed Sep 19, 2024
1 parent ab2018f commit 7de1090
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions vm/rust/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 vm/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ edition = "2021"
[dependencies]
serde = "1.0.171"
serde_json = { version = "1.0.96", features = ["raw_value"] }
blockifier = { git = "https://github.com/NethermindEth/sequencer", rev = "7e775e93a74ddb863d7810d0a854b97bbb1ff2c8" }
starknet_api = { git = "https://github.com/NethermindEth/sequencer", rev = "7e775e93a74ddb863d7810d0a854b97bbb1ff2c8" }
blockifier = { git = "https://github.com/NethermindEth/sequencer", rev = "a4ffa01d8000142bb7fa630ad2497c6020663883" }
starknet_api = { git = "https://github.com/NethermindEth/sequencer", rev = "a4ffa01d8000142bb7fa630ad2497c6020663883" }
cairo-lang-sierra = "2.8.0"
cairo-lang-starknet = "2.8.0"
cairo-lang-starknet-classes = "2.8.0"
Expand Down

0 comments on commit 7de1090

Please sign in to comment.