Skip to content

Commit

Permalink
Update rust to 1.73.0
Browse files Browse the repository at this point in the history
Needed for usize::next_multiple_of().
  • Loading branch information
Colecf committed Feb 28, 2024
1 parent 30c6926 commit aa7d8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@1.70.0
- uses: dtolnay/rust-toolchain@1.73.0
with:
components: rustfmt
- name: Check formatting
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
repository = "https://github.com/evmar/n2"
# https://github.com/evmar/n2/issues/74
# Note: if we bump this, may need to bump .github/workflows/ci.yml version too.
rust-version = "1.70.0"
rust-version = "1.73.0"
description = "a ninja compatible build system"

[dependencies]
Expand Down

0 comments on commit aa7d8f3

Please sign in to comment.