Skip to content

Commit 37df9b5

Browse files
committed
rustup
1 parent 68c9730 commit 37df9b5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2023-10-02
1+
nightly-2023-10-08

std_miri_test/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ rustc-demangle = { path = "../fake/rustc-demangle" }
2929
rand = { version = "0.8.5", default-features = false, features = ["alloc"] }
3030
rand_xorshift = "0.3.0"
3131

32+
[build-dependencies]
33+
# Dependency of the `backtrace` crate's build script
34+
cc = "1.0.67"
35+
3236
[features]
3337
# Empty this crate
3438
default = ["miri-test-libstd"]

0 commit comments

Comments
 (0)