We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc0883 commit 39706c7Copy full SHA for 39706c7
.github/workflows/main.yml
@@ -265,7 +265,7 @@ jobs:
265
with:
266
submodules: true
267
- name: Install Rust
268
- 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
269
- run: cargo build
270
271
miri:
Cargo.toml
@@ -14,7 +14,7 @@ autoexamples = true
14
autotests = true
15
edition = "2021"
16
exclude = ["/ci/"]
17
-rust-version = "1.65.0"
+rust-version = "1.73.0"
18
19
[workspace]
20
members = ['crates/cpp_smoke_test', 'crates/as-if-std']
0 commit comments