Skip to content

Commit

Permalink
Raise minimum version for testing cxxbridge-cmd to Rust 1.70
Browse files Browse the repository at this point in the history
Required by clap 4.4.0.

    error: package `clap v4.4.0` cannot be built because it requires rustc
    1.70.0 or newer, while the currently active rustc version is 1.64.0
  • Loading branch information
dtolnay committed Aug 24, 2023
1 parent 1bb5bb0 commit d69842d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- rust: beta
- rust: stable
- rust: 1.60.0
- rust: 1.64.0
- rust: 1.70.0
- name: Cargo on macOS
rust: nightly
os: macos
Expand Down

0 comments on commit d69842d

Please sign in to comment.