Skip to content

Commit

Permalink
Bump msrv to 1.81
Browse files Browse the repository at this point in the history
Needed to build transitive dependency home.
  • Loading branch information
dburgener committed Dec 20, 2024
1 parent 5b80d7e commit 673e4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- selinux-version: '3.7'
rust-toolchain: nightly
- selinux-version: '3.7'
rust-toolchain: 1.70
rust-toolchain: 1.81
steps:
- uses: actions/checkout@v3
- name: Checkout selinux userspace
Expand Down
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ license = "MIT"
repository = "https://github.com/dburgener/cascade"
readme = "README.md"
keywords = [ "selinux" ]
# Clap requires 1.70
rust-version = "1.70"
rust-version = "1.81"

[build-dependencies]
lalrpop = { version="0.22", default-features=false, features = ["lexer"] }
Expand Down

0 comments on commit 673e4a1

Please sign in to comment.