Skip to content

Commit

Permalink
chore: Update rust version on CI (#714)
Browse files Browse the repository at this point in the history
update rust version on CI
  • Loading branch information
Jrigada authored Nov 7, 2024
1 parent feaf8c9 commit ab7f556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-09-30
toolchain: nightly-2024-09-01

- name: cargo update
# Remove first line that always just says "Updating crates.io index"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

env:
CARGO_TERM_COLOR: always
TARGET_RUST_VERSION: "nightly-2024-07-19"
TARGET_RUST_VERSION: "nightly-2024-09-01"

jobs:
doctest:
Expand Down

0 comments on commit ab7f556

Please sign in to comment.