aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2024-02-08 19:17:39 -0800
committerDavid Tolnay <dtolnay@gmail.com>2024-02-08 19:17:39 -0800
commit318be9adf0c3ba2b5b0a411458c79c56f94a887b (patch)
tree52a4aea170bddae55429e74a804b624bc641518a
parentbe9ddf3c109d38df966912635318afc9263795c1 (diff)
downloadcxx-318be9adf0c3ba2b5b0a411458c79c56f94a887b.tar.gz
Raise minimum tested compiler to 1.74
Required by newest version of clap. error: package `clap v4.5.0` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.70.0 Either upgrade to rustc 1.74 or newer, or use cargo update -p clap@4.5.0 --precise ver where `ver` is the latest version of `clap` supporting rustc 1.70.0
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 720e918b..37d884a6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
- rust: beta
- rust: stable
- rust: 1.60.0
- - rust: 1.70.0
+ - rust: 1.74.0
- name: Cargo on macOS
rust: nightly
os: macos