Skip to content

Commit dc2a204

Browse files
chore(deps): update rust crate heapless to 0.8.0
1 parent b20c195 commit dc2a204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/guest-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ wasm-bindgen = "0.2.87"
1515
serde.workspace = true
1616
tracing = "0.1.37"
1717
postcard = { version = "1.0.7", features = ["alloc"]}
18-
heapless = "0.7.16"
18+
heapless = "0.8.0"
1919
js-sys = "0.3.64"
2020
thiserror.workspace = true
2121

0 commit comments

Comments
 (0)