Skip to content

Commit

Permalink
Bump MSRV to 1.73.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
khuey committed Aug 19, 2024
1 parent 5c00d54 commit 0948384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
with:
submodules: true
- name: Install Rust
run: rustup update 1.65.0 --no-self-update && rustup default 1.65.0
run: rustup update 1.73.0 --no-self-update && rustup default 1.73.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 @@ -15,7 +15,7 @@ autoexamples = true
autotests = true
edition = "2021"
exclude = ["/ci/"]
rust-version = "1.65.0"
rust-version = "1.73.0"

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

0 comments on commit 0948384

Please sign in to comment.