Skip to content

Commit

Permalink
Fix ensure-no_std (#1825)
Browse files Browse the repository at this point in the history
* Add dummy changelog

* Pin wasm-bindgen

* Register change in CHANGELOG

* Update Cargo.lock

* Remove changes from CHANGELOG
  • Loading branch information
JulianGCalderon committed Aug 26, 2024
1 parent 93f1f54 commit 1edc0b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 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.

4 changes: 4 additions & 0 deletions vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ arbitrary = { workspace = true, features = ["derive"], optional = true }
# Used to derive clap traits for CLIs
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" }

[dev-dependencies]
assert_matches = "1.5.0"
rstest = { version = "0.17.0", default-features = false }
Expand Down

0 comments on commit 1edc0b4

Please sign in to comment.