File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,6 @@ index 5bd1147cad5..10d68a2ff14 100644
24
24
+
25
25
[patch."https://github.com/rust-lang/rust-clippy"]
26
26
clippy_lints = { path = "src/tools/clippy/clippy_lints" }
27
- diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
28
- index 23e689fcae7..5f077b765b6 100644
29
- --- a/compiler/rustc_data_structures/Cargo.toml
30
- +++ b/compiler/rustc_data_structures/Cargo.toml
31
- @@ -32,7 +32,6 @@ tempfile = "3.0.5"
32
-
33
- [dependencies.parking_lot]
34
- version = "0.11"
35
- -features = ["nightly"]
36
-
37
- [target.'cfg(windows)'.dependencies]
38
- winapi = { version = "0.3", features = ["fileapi", "psapi"] }
39
27
diff --git a/library/alloc/Cargo.toml b/library/alloc/Cargo.toml
40
28
index d95b5b7f17f..00b6f0e3635 100644
41
29
--- a/library/alloc/Cargo.toml
@@ -45,7 +33,7 @@ index d95b5b7f17f..00b6f0e3635 100644
45
33
[dependencies]
46
34
core = { path = "../core" }
47
35
-compiler_builtins = { version = "0.1.39", features = ['rustc-dep-of-std'] }
48
- +compiler_builtins = { version = "0.1.40 ", features = ['rustc-dep-of-std', 'no-asm'] }
36
+ +compiler_builtins = { version = "0.1.42 ", features = ['rustc-dep-of-std', 'no-asm'] }
49
37
50
38
[dev-dependencies]
51
39
rand = "0.7"
You can’t perform that action at this time.
0 commit comments