X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_resolve%2FCargo.toml;h=7441f4a9f22a471d64770c19ac5c98a7813eb749;hb=93c8ebe022d0eac6fb02848dc85f003cf7b7503c;hp=821f9ea4738fe520f790aae0a4675a1096b54bb8;hpb=7edc93b45c6fa6515ce08f3fb8741560d4f2d139;p=rust.git diff --git a/compiler/rustc_resolve/Cargo.toml b/compiler/rustc_resolve/Cargo.toml index 821f9ea4738..7441f4a9f22 100644 --- a/compiler/rustc_resolve/Cargo.toml +++ b/compiler/rustc_resolve/Cargo.toml @@ -26,4 +26,4 @@ rustc_index = { path = "../rustc_index" } rustc_metadata = { path = "../rustc_metadata" } rustc_session = { path = "../rustc_session" } rustc_span = { path = "../rustc_span" } -smallvec = { version = "1.0", features = ["union", "may_dangle"] } +smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }