Skip to content

Commit 7d14e60

Browse files
committed
Rustup to rustc 1.68.0-nightly (4c83bd03a 2023-01-19)
1 parent 954dfd1 commit 7d14e60

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

build_sysroot/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

patches/0022-sysroot-Disable-not-compiling-tests.patch

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ new file mode 100644
1818
index 0000000..46fd999
1919
--- /dev/null
2020
+++ b/library/core/tests/Cargo.toml
21-
@@ -0,0 +1,11 @@
21+
@@ -0,0 +1,12 @@
2222
+[package]
2323
+name = "core"
2424
+version = "0.0.0"
@@ -29,6 +29,7 @@ index 0000000..46fd999
2929
+path = "lib.rs"
3030
+
3131
+[dependencies]
32-
+rand = "0.7"
32+
+rand = { version = "0.8.5", default-features = false }
33+
+rand_xorshift = { version = "0.3.0", default-features = false }
3334
--
3435
2.21.0 (Apple Git-122)

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2022-12-13"
2+
channel = "nightly-2023-01-20"
33
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]

0 commit comments

Comments
 (0)