Skip to content

Commit

Permalink
chore: bump to Rust 1.83
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Wagner <[email protected]>
  • Loading branch information
nwagner84 committed Jan 9, 2025
1 parent 5711f35 commit 4208397
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
matrix:
target:
- { os: ubuntu-latest, toolchain: stable, triple: x86_64-unknown-linux-gnu }
- { os: ubuntu-latest, toolchain: 1.82.0, triple: x86_64-unknown-linux-gnu }
- { os: ubuntu-latest, toolchain: 1.83.0, triple: x86_64-unknown-linux-gnu }
- { os: ubuntu-latest, toolchain: beta, triple: x86_64-unknown-linux-gnu }
- { os: ubuntu-latest, toolchain: nightly, triple: x86_64-unknown-linux-gnu }
- { os: macos-latest, toolchain: stable, triple: x86_64-apple-darwin }
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
authors = ["Nico Wagner <[email protected]>"]
edition = "2021"
license = "EUPL-1.2"
rust-version = "1.82.0"
rust-version = "1.83.0"

[workspace.dependencies]
anyhow = { version = "1.0" }
Expand Down

0 comments on commit 4208397

Please sign in to comment.