Fix lightbeam compilation by updating staticvec dependency to version 0.10 (#1878)

* Update StaticVec dependency from 0.9 to 0.10

* Update lockfile also
This commit is contained in:
SlightlyOutOfPhase
2020-06-15 10:05:26 -04:00
committed by GitHub
parent 238ae3bf21
commit 0303834082
2 changed files with 3 additions and 3 deletions

View File

@@ -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"