Skip to content

Commit

Permalink
Merge branch 'main' into dynamic-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon authored Sep 3, 2024
2 parents 0036504 + 294a10b commit 30f7766
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 168 deletions.
170 changes: 3 additions & 167 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test_utils = ["std", "dep:arbitrary", "starknet-types-core/arbitrary", "starknet
extensive_hints = []

[dependencies]
zip = {version = "0.6.6", optional = true }
zip = {version = "0.6.6", optional = true, default-features = false, features = ["deflate"]}
num-bigint = { workspace = true }
rand = { workspace = true }
num-traits = { workspace = true }
Expand Down

0 comments on commit 30f7766

Please sign in to comment.