Skip to content

Commit

Permalink
raise backtrace MSRV to allow inline_const
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Jan 4, 2025
1 parent 63b7d26 commit 318dd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
with:
submodules: true
- name: Install Rust
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
- run: cargo build

miri:
Expand Down

0 comments on commit 318dd91

Please sign in to comment.