# HG changeset patch # User Paul Fisher # Date 1754197793 14400 # Node ID a47e1f6e4faa84a0c8d2c5ae03a693025e1995aa # Parent 58c0118b8b77f4983073b36b154e149fae0976b5 Bump nonstick to v0.1.1. diff -r 58c0118b8b77 -r a47e1f6e4faa Cargo.lock --- a/Cargo.lock Sun Aug 03 01:05:06 2025 -0400 +++ b/Cargo.lock Sun Aug 03 01:09:53 2025 -0400 @@ -39,7 +39,7 @@ [[package]] name = "nonstick" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bitflags", "libc", @@ -50,7 +50,7 @@ [[package]] name = "nonstick-testharness" -version = "0.1.0" +version = "0.1.1" dependencies = [ "libpam-sys-impls", "nonstick", diff -r 58c0118b8b77 -r a47e1f6e4faa Cargo.toml --- a/Cargo.toml Sun Aug 03 01:05:06 2025 -0400 +++ b/Cargo.toml Sun Aug 03 01:09:53 2025 -0400 @@ -4,7 +4,7 @@ [workspace.package] license = "MIT" -version = "0.1.0" +version = "0.1.1" authors = ["Paul Fisher "] edition = "2021" rust-version = "1.75.0"