Skip to content

Commit

Permalink
rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Oct 8, 2023
1 parent 68c9730 commit 37df9b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2023-10-02
nightly-2023-10-08
4 changes: 4 additions & 0 deletions std_miri_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ rustc-demangle = { path = "../fake/rustc-demangle" }
rand = { version = "0.8.5", default-features = false, features = ["alloc"] }
rand_xorshift = "0.3.0"

[build-dependencies]
# Dependency of the `backtrace` crate's build script
cc = "1.0.67"

[features]
# Empty this crate
default = ["miri-test-libstd"]
Expand Down

0 comments on commit 37df9b5

Please sign in to comment.