summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-16 14:31:38 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-16 18:25:18 +0200
commit257e5f7bfaa595c615424dd85c715626732b8305 (patch)
tree992d20e9ba5eb87e584c089d9b1499ed91126e5b
parent2c1d79a5b20f620684da2ab767213aa8fdc4e911 (diff)
downloadsubplot-257e5f7bfaa595c615424dd85c715626732b8305.tar.gz
chore: update debian/changelog for new release
Sponsored-by: author
-rw-r--r--Cargo.lock29
-rw-r--r--debian/changelog7
2 files changed, 13 insertions, 23 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 937a4c3..58a1a86 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -127,7 +127,7 @@ dependencies = [
"libc",
"num-integer",
"num-traits",
- "time 0.1.43",
+ "time",
"winapi",
]
@@ -343,9 +343,9 @@ dependencies = [
[[package]]
name = "git-testament"
-version = "0.2.1"
+version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "080c47ef3c243fb13474429c14dce386021cd64de731c353998a745c2fa2435b"
+checksum = "096cb9c8aa6f1924d079bf417f1d1685286958ff362fa58ae4d65a53ffec6c02"
dependencies = [
"git-testament-derive",
"no-std-compat",
@@ -353,15 +353,15 @@ dependencies = [
[[package]]
name = "git-testament-derive"
-version = "0.1.13"
+version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c0803898541a48d6f0809fa681bc8d38603f727d191f179631d85ddc3b6a9a2c"
+checksum = "45ceded7b01141664c3fc4a50199c408a6ed247e6c8415dc005e895f1d233374"
dependencies = [
+ "chrono",
"log",
"proc-macro2",
"quote",
"syn",
- "time 0.3.5",
]
[[package]]
@@ -1270,23 +1270,6 @@ dependencies = [
]
[[package]]
-name = "time"
-version = "0.3.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "41effe7cfa8af36f439fac33861b66b049edc6f9a32331e2312660529c1c24ad"
-dependencies = [
- "itoa",
- "libc",
- "time-macros",
-]
-
-[[package]]
-name = "time-macros"
-version = "0.2.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "25eb0ca3468fc0acc11828786797f6ef9aa1555e4a211a60d64cc8e4d1be47d6"
-
-[[package]]
name = "tracing"
version = "0.1.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/debian/changelog b/debian/changelog
index 40e778f..9f162d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+subplot (0.3.1) unstable; urgency=medium
+
+ * New upstream release.
+ * Licence changed to MIT-0.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 16 Nov 2021 14:31:32 +0200
+
subplot (0.3.0-1) unstable; urgency=medium
* New upstream release.