Skip to content

Commit 39706c7

Browse files
committed
Bump MSRV to 1.73.0.
1 parent efc0883 commit 39706c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
with:
266266
submodules: true
267267
- name: Install Rust
268-
run: rustup update 1.65.0 --no-self-update && rustup default 1.65.0
268+
run: rustup update 1.73.0 --no-self-update && rustup default 1.73.0
269269
- run: cargo build
270270

271271
miri:

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ autoexamples = true
1414
autotests = true
1515
edition = "2021"
1616
exclude = ["/ci/"]
17-
rust-version = "1.65.0"
17+
rust-version = "1.73.0"
1818

1919
[workspace]
2020
members = ['crates/cpp_smoke_test', 'crates/as-if-std']

0 commit comments

Comments
 (0)