Mercurial > crates > nonstick
diff testharness/Cargo.toml @ 105:13b4d2a19674
Support Rust v1.75.0.
This is the version included in Ubuntu 24.04 LTS and Debian Trixie,
so it's old enough to have wide penetration without being too old
to get new features (Debian Stable, I love you but v1.63 is just
not going to work out).
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Thu, 26 Jun 2025 00:48:51 -0400 |
parents | a2676475e86b |
children | e97534be35e3 |
line wrap: on
line diff
--- a/testharness/Cargo.toml Wed Jun 25 16:56:56 2025 -0400 +++ b/testharness/Cargo.toml Thu Jun 26 00:48:51 2025 -0400 @@ -5,6 +5,7 @@ version.workspace = true authors.workspace = true edition.workspace = true +rust-version.workspace = true [lib] crate-type = ["cdylib"] @@ -12,6 +13,7 @@ [features] linux-pam-extensions = ["nonstick/linux-pam-extensions"] openpam-extensions = ["nonstick/openpam-extensions"] +test-install = [] [dependencies] nonstick = { path = ".." }