Skip to content

Commit

Permalink
Use the rust-toolchain.toml to require miri
Browse files Browse the repository at this point in the history
  • Loading branch information
bitemyapp committed Jan 11, 2025
1 parent 0570dc6 commit d74723d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
# run: cargo test --no-run
#- name: Run tests
# run: cargo test
- name: Ensure Miri is installed
run: rustup component add miri
- name: Build
run: cargo build
# Need to fix ibig tests first.
Expand Down
3 changes: 2 additions & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
# If we need to change to nightly please
# note the reason why in this comment.
# channel = "1.77.0"
channel = "nightly-2024-12-01"
channel = "nightly-2025-01-11"
components = ["miri"]

0 comments on commit d74723d

Please sign in to comment.