diff --git a/Cargo.lock b/Cargo.lock index bc30ed4..25a53eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "nsncd" -version = "1.4.0" +version = "1.4.1" dependencies = [ "anyhow", "atoi", diff --git a/Cargo.toml b/Cargo.toml index fcfba68..3423ba0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nsncd" -version = "1.4.0" +version = "1.4.1" authors = [ "Ben Linsay ", "Geoffrey Thomas ", diff --git a/debian/changelog b/debian/changelog index 0a79122..b6c988c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +nsncd (1.4.1) unstable; urgency=low + + * Update to stable rust (1.69.0) and build on Debian 10 with its + glibc version requirement (#61). + + -- Leif Walsh Thu, 04 May 2023 21:44:00 -0400 + nsncd (1.4) unstable; urgency=low * Added environment-based runtime configuration (#51).