Skip to content

Commit

Permalink
chore: sync with the lastest changes in the Blockifier repo
Browse files Browse the repository at this point in the history
  • Loading branch information
TzahiTaub committed Jul 22, 2024
1 parent 2ee497d commit af1775f
Show file tree
Hide file tree
Showing 25 changed files with 1,248 additions and 694 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,10 @@ num-traits = "0.2.15"
once_cell = "1.19.0"
os_info = "3.6.0"
page_size = "0.6.0"
papyrus_storage = "0.4.0-dev.4"
parity-scale-codec = "=3.6.9"
parity-scale-codec-derive = "=3.6.9"
paste = "1.0.9"
paste = "1.0.15"
phf = { version = "0.11", features = ["macros"] }
pretty_assertions = "1.4.0"
primitive-types = "0.12.1"
Expand Down
1 change: 1 addition & 0 deletions crates/blockifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ num-integer.workspace = true
num-rational.workspace = true
num-traits.workspace = true
once_cell.workspace = true
paste.workspace = true
phf.workspace = true
rand = { workspace = true, optional = true }
rstest = { workspace = true, optional = true }
Expand Down
Loading

0 comments on commit af1775f

Please sign in to comment.