Skip to content

Commit

Permalink
rust: bump MSRV to Rust 1.80
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksa Sarai <[email protected]>
  • Loading branch information
cyphar committed Oct 13, 2024
1 parent 34de9d3 commit 5e301e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
name: rust-ci

env:
RUST_MSRV: "1.63"
RUST_MSRV: "1.80"

jobs:
codespell:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ readme = "README.md"
keywords = ["file", "fs", "security", "linux"]
categories = ["filesystem"]
edition = "2021"
rust-version = "1.63"
rust-version = "1.80"

[badges]
maintenance = { status = "experimental" }
Expand Down

0 comments on commit 5e301e5

Please sign in to comment.