summaryrefslogtreecommitdiff
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
parent9a8382cf570afbe7f9c4267f9a293ecc189f23aa (diff)
downloadsubplot-92d44b0fd409ca15981e7c9a6503595b1d45cbdd.tar.gz
chore: update crate versions
Sponsored-by: author
-rw-r--r--Cargo.toml2
-rw-r--r--subplot-build/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6f90c62..1a40e00 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplot"
-version = "0.3.0"
+version = "0.3.1"
authors = [
"Lars Wirzenius <liw@liw.fi>",
"Daniel Silverstone <dsilvers@digital-scurf.org>",
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"