Skip to content

Commit

Permalink
chore(deps): update rust crate heapless to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 29, 2024
1 parent b20c195 commit dc2a204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/guest-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wasm-bindgen = "0.2.87"
serde.workspace = true
tracing = "0.1.37"
postcard = { version = "1.0.7", features = ["alloc"]}
heapless = "0.7.16"
heapless = "0.8.0"
js-sys = "0.3.64"
thiserror.workspace = true

Expand Down

0 comments on commit dc2a204

Please sign in to comment.