Skip to content

Commit

Permalink
chore: reduce features
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Apr 22, 2024
1 parent 96b60ad commit d165dee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 216 deletions.
215 changes: 0 additions & 215 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 crates/svm-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ itertools = { version = "0.12", optional = true }
tokio = { version = "1", features = ["rt-multi-thread", "macros"], optional = true }

[target.'cfg(all(target_os = "windows", target_arch = "x86_64"))'.dependencies]
zip = "1.1.1"
zip = { version = "1.1.1", default-features = false, features = ["deflate"] }

[dev-dependencies]
rand = "0.8"
Expand Down

0 comments on commit d165dee

Please sign in to comment.