Skip to content

Commit

Permalink
Bump MSRV to 1.70
Browse files Browse the repository at this point in the history
This is required for dependency clap
  • Loading branch information
dburgener committed Sep 26, 2023
1 parent 150ebc2 commit 42254ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
# informationally check the latest as well. We should
# regularly update the known good once we know that tests
# pass on it
# 1.66 is our MSRV, so we should keep testing on it
rust-toolchain: [ 1.71, stable, nightly, 1.66 ]
# 1.70 is our MSRV, so we should keep testing on it
rust-toolchain: [ 1.71, stable, nightly, 1.70 ]
steps:
- uses: actions/checkout@v3
- name: Setup
Expand Down
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ license = "MIT"
repository = "https://github.com/dburgener/cascade"
readme = "README.md"
keywords = [ "selinux" ]
# Rust 1.66 is required by BTreeSet::pop_first()
# https://doc.rust-lang.org/stable/std/collections/struct.BTreeSet.html#method.pop_first
rust-version = "1.66"
# Clap requires 1.70
rust-version = "1.70"

[build-dependencies]
lalrpop = "0.19"
Expand Down

0 comments on commit 42254ed

Please sign in to comment.