Skip to content

Commit d29be58

Browse files
committed
cargo: Bump MSRV to 1.68
syn v2.0.107 requires rustc 1.68 or newer: dtolnay/syn@9dbb5b7 FYI, Rust 1.85 is packaged in Debian 13 Trixie (current stable release). Signed-off-by: Mickaël Salaün <mic@digikod.net>
1 parent 229f152 commit d29be58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "landlock"
33
version = "0.4.3"
44
edition = "2021"
5-
rust-version = "1.63"
5+
rust-version = "1.68"
66
description = "Landlock LSM helpers"
77
homepage = "https://landlock.io"
88
repository = "https://github.com/landlock-lsm/rust-landlock"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//!
1313
//! This crate provides a safe abstraction for the Landlock system calls, along with some helpers.
1414
//!
15-
//! Minimum Supported Rust Version (MSRV): 1.63
15+
//! Minimum Supported Rust Version (MSRV): 1.68
1616
//!
1717
//! # Use cases
1818
//!

0 commit comments

Comments
 (0)