comparison Cargo.lock @ 177:9925fa14021b

Fix testharness to build warning- and error-free.
author Paul Fisher <paul@pfish.zone>
date Wed, 30 Jul 2025 18:00:14 -0400
parents 0730f5f2ee2a
children a1bb1d013567
comparison
equal deleted inserted replaced
176:0730f5f2ee2a 177:9925fa14021b
104 [[package]] 104 [[package]]
105 name = "nonstick-testharness" 105 name = "nonstick-testharness"
106 version = "0.0.8-alpha0" 106 version = "0.0.8-alpha0"
107 dependencies = [ 107 dependencies = [
108 "anyhow", 108 "anyhow",
109 "libpam-sys-impls",
109 "nonstick", 110 "nonstick",
110 "test-cdylib", 111 "test-cdylib",
111 "thiserror", 112 "thiserror",
112 ] 113 ]
113 114