Skip to content

Commit

Permalink
Remove num-derive and num-traits deps where possible (#1185)
Browse files Browse the repository at this point in the history
remove num-derive and num-traits deps where possible
  • Loading branch information
Robbepop committed Sep 18, 2024
1 parent c621513 commit bc73b99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
13 changes: 0 additions & 13 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions crates/wasmi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ spin = { version = "0.9", default-features = false, features = [
] }
smallvec = { version = "1.13.1", features = ["union"] }
multi-stash = { version = "0.2.0" }
num-traits = { workspace = true }
num-derive = "0.4"
arrayvec = { version = "0.7.4", default-features = false }

[dev-dependencies]
Expand All @@ -48,7 +46,6 @@ std = [
"wasmi_collections/std",
"wasmparser/std",
"spin/std",
"num-traits/std",
"arrayvec/std",
]
# Tells the `wasmi` crate to avoid using hash based data structures.
Expand Down

0 comments on commit bc73b99

Please sign in to comment.