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 3afccb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ autoexamples = true
autotests = true
edition = "2021"
exclude = ["/ci/"]
rust-version = "1.65.0"
rust-version = "1.79.0"

[workspace]
members = ['crates/cpp_smoke_test', 'crates/as-if-std']
Expand Down

0 comments on commit 3afccb1

Please sign in to comment.