Skip to content

Commit

Permalink
update to rust 1.67.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSim committed Mar 2, 2023
1 parent a0f0583 commit ed18c65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@1.65.0
- uses: dtolnay/rust-toolchain@1.67.1
with: { components: rustfmt }

- run: cargo fmt --all -- --check
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@1.65.0
- uses: dtolnay/rust-toolchain@1.67.1
with: { components: clippy }

- name: Cache Dependencies
Expand All @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@1.65.0
- uses: dtolnay/rust-toolchain@1.67.1

- name: Cache Dependencies
uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["simon lehericey <[email protected]>"]
edition = "2018"
build = "build.rs" # Cargo only supports one build script per project at the moment
rust-version = "1.65"
rust-version = "1.67.1"

[dependencies]
sodiumoxide = "*"
Expand Down

0 comments on commit ed18c65

Please sign in to comment.