summaryrefslogtreecommitdiff
path: root/subplotlib-derive/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-13 10:04:42 +0300
committerLars Wirzenius <liw@liw.fi>2022-09-13 11:37:48 +0300
commit053d104c1d1f2a697fac6424f9fbe0e7e0b91af1 (patch)
tree58af95b42c59853cbc2de03bbeca11f29c4c9312 /subplotlib-derive/Cargo.toml
parent4e54fa9ea0485aac2d750c5eb4fa9ead83ecf365 (diff)
downloadsubplot-053d104c1d1f2a697fac6424f9fbe0e7e0b91af1.tar.gz
chore: prepare release 0.5.0
The os_str_bytes crate dependency is kept at the 6.1.0 version so that we don't have to bump the MSRV version. Likewise, the time crate is kept at 0.3.9, and serde_yaml at 0.8.26. Sponsored-by: author
Diffstat (limited to 'subplotlib-derive/Cargo.toml')
-rw-r--r--subplotlib-derive/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplotlib-derive/Cargo.toml b/subplotlib-derive/Cargo.toml
index 5a5354f..c0633a4 100644
--- a/subplotlib-derive/Cargo.toml
+++ b/subplotlib-derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplotlib-derive"
-version = "0.4.3"
+version = "0.5.0"
authors = [
"Lars Wirzenius <liw@liw.fi>",
"Daniel Silverstone <dsilvers@digital-scurf.org>",