]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_data_structures/Cargo.toml
doc: cube root, not cubic root
[rust.git] / compiler / rustc_data_structures / Cargo.toml
index 23e689fcae7963f0c00c21ef362be7003d92243b..e3476517de58325aa272f6d244a4e9bac5e1fa00 100644 (file)
@@ -22,7 +22,7 @@ stable_deref_trait = "1.0.0"
 rayon = { version = "0.3.0", package = "rustc-rayon" }
 rayon-core = { version = "0.3.0", package = "rustc-rayon-core" }
 rustc-hash = "1.1.0"
-smallvec = { version = "1.0", features = ["union", "may_dangle"] }
+smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
 rustc_index = { path = "../rustc_index", package = "rustc_index" }
 bitflags = "1.2.1"
 measureme = "9.0.0"