# HG changeset patch # User Paul Fisher # Date 1746312127 14400 # Node ID 52f1102e0715e92afeda3c3d859c1cb94a23c4d5 # Parent 21a8172eedde59aac72505e5bd4f4e7bab8b72b4 Bump version to v0.0.3. diff -r 21a8172eedde -r 52f1102e0715 Cargo.toml --- a/Cargo.toml Sat May 03 18:41:40 2025 -0400 +++ b/Cargo.toml Sat May 03 18:42:07 2025 -0400 @@ -1,7 +1,7 @@ [package] name = "nonstick" description = "PAM bindings for Rust" -version = "0.0.2" +version = "0.0.3" authors = ["Paul Fisher ", "Anthony Nowell " ] repository = "https://hg.pfish.zone/crates/nonstick/" readme = "README.md"