Skip to content

Commit

Permalink
feat: bump rust version to 1.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Holmes-Mitra committed Feb 23, 2024
1 parent 843aff5 commit 1dc8369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.69.0
toolchain: 1.76.0
components: clippy, rustfmt

- name: Install additional build dependencies
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "GPL-3.0-only"
authors = ["Canonical"]
version = "0.2.0"
edition = "2021"
rust-version = "1.75.0"
rust-version = "1.76.0"

[dependencies]
dotenv = "0.15"
Expand Down

0 comments on commit 1dc8369

Please sign in to comment.