summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-28 17:57:03 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-28 18:28:04 +0300
commite8636731c6e9600f2a00a89a7b715052a572cd6c (patch)
treec9166e4fc60dfb11c8ea441f11df13bc96bcba33 /Cargo.toml
parent29e80a62f73c8cd94bd20cb9db22877b98e5a17f (diff)
downloadsubplot-e8636731c6e9600f2a00a89a7b715052a572cd6c.tar.gz
Add: initial, rough Debian packaging
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a8896ff..bd55d8d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2018"
pandoc_ast = "0.7.2"
pandoc = "0.7.0"
structopt = "0.3"
-base64 = "0.10.1"
+base64 = "0.10.0"
# This is not yet published
roadmap = { path = "/home/liw/code/roadmap" }