Skip to content

Commit

Permalink
update libnss requirement from 0.7.0 to 0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: David Mulder <dmulder@samba.org>
  • Loading branch information
dmulder committed Jul 15, 2024
1 parent f6e659c commit f0cc5b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/nss/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/lib.rs"
[dependencies]
himmelblau_unix_common = { workspace = true }
kanidm_unix_common = { workspace = true }
libnss = "0.7.0"
libnss = "0.8.0"
libc = { workspace = true }
paste = { workspace = true }
lazy_static = { workspace = true }
Expand Down
2 changes: 0 additions & 2 deletions src/nss/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#[macro_use]
extern crate libnss;
#[cfg(target_family = "unix")]
#[macro_use]
extern crate lazy_static;

#[cfg(target_family = "unix")]
mod implementation;

0 comments on commit f0cc5b3

Please sign in to comment.