diff libpam-sys/libpam-sys-test/Cargo.toml @ 131:a632a8874131

Get all the Linux-PAM functions into libpam-sys, and get tests right.
author Paul Fisher <paul@pfish.zone>
date Wed, 02 Jul 2025 02:24:21 -0400
parents 5b2de52dd8b2
children
line wrap: on
line diff
--- a/libpam-sys/libpam-sys-test/Cargo.toml	Tue Jul 01 06:11:43 2025 -0400
+++ b/libpam-sys/libpam-sys-test/Cargo.toml	Wed Jul 02 02:24:21 2025 -0400
@@ -7,7 +7,7 @@
 readme = "README.md"
 
 [dependencies]
-libc = "0.2.174"
+libc = "0.2"
 libpam-sys = { path = ".." }
 
 [build-dependencies]