Skip to content

Commit 0303834

Browse files
Fix lightbeam compilation by updating staticvec dependency to version 0.10 (#1878)
* Update StaticVec dependency from 0.9 to 0.10 * Update lockfile also
1 parent 238ae3b commit 0303834

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lightbeam/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ itertools = "0.8.2"
2121
memoffset = "0.5.3"
2222
more-asserts = "0.2.1"
2323
smallvec = "1.0.0"
24-
staticvec = "0.9"
24+
staticvec = "0.10"
2525
thiserror = "1.0.9"
2626
typemap = "0.3"
2727
wasmparser = "0.57.0"

0 commit comments

Comments
 (0)