summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1e42d1d..d459817 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rust-wgconfd (0.3.2-1) unstable; urgency=medium
+
+ * Update to version 0.3.2
+
+ -- Hristo Venev <hristo@venev.name> Thu, 17 Sep 2020 22:23:55 +0000
+
rust-wgconfd (0.3.0-1) unstable; urgency=medium
* Update to version 0.3.0
diff --git a/debian/control b/debian/control
index f28f1c6..80dad05 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 11),
rustc:native,
libstd-rust-dev,
librust-arrayref-0.3+default-dev (>= 0.3.5-~~),
- librust-base64-0.11+default-dev (>= 0.11.0-~~),
+ librust-base64-0.12+default-dev (>= 0.12.0-~~),
librust-chrono-0.4-dev (>= 0.4.6-~~),
librust-serde-1+default-dev,
librust-serde-derive-1+default-dev,