diff Cargo.toml @ 48:a921b72743e4

Upgrade to Rust 2021 edition.
author Paul Fisher <paul@pfish.zone>
date Tue, 15 Apr 2025 01:04:29 -0400
parents 350579171e1f
children bc5e18fa9c7a
line wrap: on
line diff
--- a/Cargo.toml	Tue Apr 15 00:51:37 2025 -0400
+++ b/Cargo.toml	Tue Apr 15 01:04:29 2025 -0400
@@ -1,12 +1,13 @@
 [package]
 name = "nonstick"
 description = "PAM bindings for Rust"
-version = "0.0.1"
+version = "0.0.2-alpha.0"
 authors = ["Paul Fisher <paul@pfish.zone>", "Anthony Nowell <anowell@gmail.com>" ]
 repository = "https://hg.pfish.zone/crates/nonstick/"
 readme = "README.md"
 keywords = ["pam", "ffi", "linux", "authentication"]
 license = "MIT"
+edition = "2021"
 
 [lib]
 name = "pam"