From 9b0a21f2c84d34190f4b9cbe2ae8ec4c81a7b550 Mon Sep 17 00:00:00 2001 From: Erik Hollensbe Date: Sat, 2 Apr 2022 02:48:49 -0700 Subject: [PATCH] zeronsd 0.4.2 Fixes a number of building issues as well as tests Signed-off-by: Erik Hollensbe --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- testdata/supervise/systemd/basic.unit | 1 + .../supervise/systemd/with-filled-in-properties.unit | 1 + 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed79708..be45a2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1104,9 +1104,9 @@ dependencies = [ [[package]] name = "slab" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" +checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32" [[package]] name = "smallvec" @@ -1341,9 +1341,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.23" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c" +checksum = "90442985ee2f57c9e1b548ee72ae842f4a9a20e3f417cc38dbc5dc684d9bb4ee" dependencies = [ "lazy_static", "valuable", @@ -1763,7 +1763,7 @@ dependencies = [ [[package]] name = "zeronsd" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 53efb34..44c659c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zeronsd" -version = "0.4.1" +version = "0.4.2" authors = ["Erik Hollensbe ", "Adam Ierymenko "] description = "Unicast DNS resolver for ZeroTier networks" homepage = "https://github.com/zerotier/zeronsd" diff --git a/testdata/supervise/systemd/basic.unit b/testdata/supervise/systemd/basic.unit index f3ede69..0795add 100644 --- a/testdata/supervise/systemd/basic.unit +++ b/testdata/supervise/systemd/basic.unit @@ -8,6 +8,7 @@ After=zerotier-one.service Type=simple ExecStart=zeronsd start -t /proc/cpuinfo 1234567891011121 TimeoutStopSec=30 +Restart=always [Install] WantedBy=default.target diff --git a/testdata/supervise/systemd/with-filled-in-properties.unit b/testdata/supervise/systemd/with-filled-in-properties.unit index 7d1d5db..6d422f4 100644 --- a/testdata/supervise/systemd/with-filled-in-properties.unit +++ b/testdata/supervise/systemd/with-filled-in-properties.unit @@ -8,6 +8,7 @@ After=zerotier-one.service Type=simple ExecStart=zeronsd start -t /proc/cpuinfo -w -s /var/lib/zerotier-one/authtoken.secret -f /etc/hosts -d zerotier 1234567891011121 TimeoutStopSec=30 +Restart=always [Install] WantedBy=default.target