Skip to content

Commit

Permalink
dev: refactor cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh Bajpai authored and Harsh Bajpai committed Sep 26, 2023
1 parent 194d691 commit bd6c716
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/sequencer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow = "1.0.75"
blockifier = { package = "blockifier", git = "https://github.com/starkware-libs/blockifier.git", tag = "v0.3.0-rc0" }
cairo-lang-starknet = { workspace = true }
cairo-vm = { workspace = true }
serde.workspace = true
serde.workspace = { workspace = true }
serde_json.workspace = true
starknet_api = { workspace = true }
starknet = { workspace = true }
Expand All @@ -31,4 +31,3 @@ rustc-hash = "1.1.0"
[dev-dependencies]
lazy_static = { workspace = true }
serde_json = { workspace = true }
starknet = { workspace = true }

0 comments on commit bd6c716

Please sign in to comment.