Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Move papyrus_storage dependency from main Cargo.toml to native_blocki…
Browse files Browse the repository at this point in the history
…fier's Cargo.toml. (#921)
  • Loading branch information
barak-b-starkware authored Sep 14, 2023
1 parent 0865caf commit 34ffe7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ num-bigint = "0.4"
num-integer = "0.1.45"
num-traits = "0.2"
rstest = "0.17.0"
papyrus_storage = "0.0.5"
phf = { version = "0.11", features = ["macros"] }
pretty_assertions = "1.2.1"
serde = "1.0.184"
Expand Down
2 changes: 1 addition & 1 deletion crates/native_blockifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cairo-vm.workspace = true
indexmap.workspace = true
log.workspace = true
num-bigint.workspace = true
papyrus_storage = { workspace = true, features = ["testing"] }
papyrus_storage = { version = "0.0.5", features = ["testing"] }
pyo3 = { version = "0.19.1", features = ["num-bigint", "hashbrown"] }
pyo3-log = "0.8.1"
serde_json = { workspace = true, features = ["arbitrary_precision"] }
Expand Down

0 comments on commit 34ffe7b

Please sign in to comment.