Skip to content

Commit

Permalink
Fix lightbeam compilation by updating staticvec dependency to version…
Browse files Browse the repository at this point in the history
… 0.10 (#1878)

* Update StaticVec dependency from 0.9 to 0.10

* Update lockfile also
  • Loading branch information
slightlyoutofphase authored Jun 15, 2020
1 parent 238ae3b commit 0303834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 crates/lightbeam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ itertools = "0.8.2"
memoffset = "0.5.3"
more-asserts = "0.2.1"
smallvec = "1.0.0"
staticvec = "0.9"
staticvec = "0.10"
thiserror = "1.0.9"
typemap = "0.3"
wasmparser = "0.57.0"
Expand Down

0 comments on commit 0303834

Please sign in to comment.