diff 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 80c07e5ab22f
children
line wrap: on
line diff
--- a/Cargo.toml	Tue Jul 01 06:11:43 2025 -0400
+++ b/Cargo.toml	Wed Jul 02 02:24:21 2025 -0400
@@ -39,7 +39,7 @@
 
 [dependencies]
 bitflags = "2.9.0"
-libc = "0.2.97"
+libc = "0.2"
 memoffset = "0.9.1"
 num_enum = "0.7.3"
 libpam-sys = { path = "libpam-sys" }