Skip to content

Commit 318dd91

Browse files
raise backtrace MSRV to allow inline_const
1 parent 63b7d26 commit 318dd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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:

0 commit comments

Comments
 (0)