Skip to content

Commit

Permalink
Upgrade rust to 1.74.0 in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fishseabowl committed Jan 10, 2024
1 parent 3798189 commit a97ec6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-udeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
issues: write
steps:
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@master
with:
# cargo-udeps require nightly to run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: stable
RUST_VERSION: 1.74.0

jobs:
test:
Expand Down

0 comments on commit a97ec6d

Please sign in to comment.