summaryrefslogtreecommitdiff
path: root/subplot-build
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-16 14:13:13 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-16 14:14:04 +0200
commit92d44b0fd409ca15981e7c9a6503595b1d45cbdd (patch)
treecb493aadadb9a36b0f4486092836c7d10bb3f333 /subplot-build
parent9a8382cf570afbe7f9c4267f9a293ecc189f23aa (diff)
downloadsubplot-92d44b0fd409ca15981e7c9a6503595b1d45cbdd.tar.gz
chore: update crate versions
Sponsored-by: author
Diffstat (limited to 'subplot-build')
-rw-r--r--subplot-build/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplot-build/Cargo.toml b/subplot-build/Cargo.toml
index ef1ca54..6faca35 100644
--- a/subplot-build/Cargo.toml
+++ b/subplot-build/Cargo.toml
@@ -14,6 +14,6 @@ repository = "https://gitlab.com/subplot/subplot"
[dependencies]
-subplot = { version="0.3.0", path = ".." }
+subplot = { version="0.3.1", path = ".." }
tracing = "0.1"
tempfile = "3.1.0"