We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
inline_const
1 parent 63b7d26 commit 3afccb1Copy full SHA for 3afccb1
.github/workflows/main.yml
@@ -256,7 +256,7 @@ jobs:
256
with:
257
submodules: true
258
- name: Install Rust
259
- run: rustup update 1.73.0 --no-self-update && rustup default 1.73.0
+ run: rustup update 1.79.0 --no-self-update && rustup default 1.79.0
260
- run: cargo build
261
262
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.79.0"
18
19
[workspace]
20
members = ['crates/cpp_smoke_test', 'crates/as-if-std']
0 commit comments