]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_mir_transform/Cargo.toml
Rollup merge of #102323 - Stoozy:master, r=cjgillot
[rust.git] / compiler / rustc_mir_transform / Cargo.toml
index 8a8098e9ab996db255c48ecc2310389576fca848..53545cff0cb34f398f7e6bf27af8e0e1e57fbd0d 100644 (file)
@@ -4,11 +4,10 @@ version = "0.0.0"
 edition = "2021"
 
 [lib]
-doctest = false
 
 [dependencies]
 itertools = "0.10.1"
-smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
+smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 tracing = "0.1"
 rustc_ast = { path = "../rustc_ast" }
 rustc_attr = { path = "../rustc_attr" }