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

4
Cargo.lock generated
View File

@@ -1896,9 +1896,9 @@ checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
[[package]]
name = "staticvec"
version = "0.9.3"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f64ce848230697e25aeacc324f6adb2bba66e5b6cabf8fa7439f3e80c26d1455"
checksum = "8c0968d58741ac061880be1ca69c5ca6f27a1942ed456f08fd987e9c9013cead"
[[package]]
name = "string-interner"