summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-07 12:00:33 +0300
committerLars Wirzenius <liw@liw.fi>2021-08-07 12:50:59 +0300
commit79e127829073624fa244af9126453a3659863de2 (patch)
tree5e5bfc4743f5eeadcfe53bfaabcec05464201b70 /Cargo.toml
parent787ae74a44011619c091b89b67691502b42bbc99 (diff)
downloadsubplot-79e127829073624fa244af9126453a3659863de2.tar.gz
chore: update crate version number and dependencies, for release
Update git-testament to depend on current version.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 592243b..c4dca22 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplot"
-version = "0.2.1"
+version = "0.2.2"
authors = [
"Lars Wirzenius <liw@liw.fi>",
"Daniel Silverstone <dsilvers@digital-scurf.org>",
@@ -41,7 +41,7 @@ anyhow = "1"
file_diff = "1"
pikchr = "0.1"
lazy_static = "1"
-git-testament = "0.1.9"
+git-testament = "0.2"
[dependencies.tera]
version = "1"