Skip to content

Commit

Permalink
default features = false
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana committed Oct 7, 2024
1 parent b8afcf6 commit 17eee3d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 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 @@ -80,7 +80,7 @@ clap = { version = "4.3.10", features = ["derive"], optional = true}

# Pin wasm-bindgen version to fix ensure-no_std CI workflow
# It's not used directly
wasm-bindgen = { version = "= 0.2.92" }
wasm-bindgen = { version = "0.2.93", default-features = false }

[dev-dependencies]
assert_matches = "1.5.0"
Expand Down

0 comments on commit 17eee3d

Please sign in to comment.