Skip to content

Commit 3afccb1

Browse files
raise backtrace MSRV to allow inline_const
1 parent 63b7d26 commit 3afccb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
with:
257257
submodules: true
258258
- name: Install Rust
259-
run: rustup update 1.73.0 --no-self-update && rustup default 1.73.0
259+
run: rustup update 1.79.0 --no-self-update && rustup default 1.79.0
260260
- run: cargo build
261261

262262
miri:

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.79.0"
1818

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

0 commit comments

Comments
 (0)