]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_resolve/Cargo.toml
Rollup merge of #99192 - Amanieu:fix-asm-srcloc, r=petrochenkov
[rust.git] / compiler / rustc_resolve / Cargo.toml
index 8bd8eb488b70721af7e381701a7671edafe369bc..5d2b606b43cd5638a2213f781c7249d1409152c0 100644 (file)
@@ -24,4 +24,4 @@ rustc_metadata = { path = "../rustc_metadata" }
 rustc_query_system = { path = "../rustc_query_system" }
 rustc_session = { path = "../rustc_session" }
 rustc_span = { path = "../rustc_span" }
-smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
+smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }