From aa7d8f35bcd9dcb7bf7ef889984fbe29e1374b1a Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Wed, 28 Feb 2024 10:11:28 -0800 Subject: [PATCH] Update rust to 1.73.0 Needed for usize::next_multiple_of(). --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 654296c..0df6b41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 87d091f..1d8bda2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]