# HG changeset patch # User Paul Fisher # Date 1744692686 14400 # Node ID 350579171e1ff1cef0f1ec1d649cb6df29218952 # Parent ce47901aab7aadd35bfb7a892d921c6a5f4a35c9 Mark v0.0.1. diff -r ce47901aab7a -r 350579171e1f Cargo.toml --- a/Cargo.toml Tue Apr 15 00:50:23 2025 -0400 +++ b/Cargo.toml Tue Apr 15 00:51:26 2025 -0400 @@ -1,7 +1,7 @@ [package] name = "nonstick" description = "PAM bindings for Rust" -version = "0.0.0-pre" +version = "0.0.1" authors = ["Paul Fisher ", "Anthony Nowell " ] repository = "https://hg.pfish.zone/crates/nonstick/" readme = "README.md"