Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump MSRV
This bumps the MSRV to support `unsafe extern`.
  • Loading branch information
ehuss committed Feb 13, 2025
commit ca5ff3ecd44057a220e7846b58bd80605f20ca8d
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
with:
submodules: true
- name: Install Rust
run: rustup update 1.79.0 --no-self-update && rustup default 1.79.0
run: rustup update 1.82.0 --no-self-update && rustup default 1.82.0
- run: cargo build

miri:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ autoexamples = true
autotests = true
edition = "2021"
exclude = ["/ci/"]
rust-version = "1.79.0"
rust-version = "1.82.0"

[workspace]
members = ['crates/cpp_smoke_test', 'crates/as-if-std']
Expand Down