summaryrefslogtreecommitdiff
path: root/subplotlib-derive/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2022-04-15 13:40:21 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2022-04-15 15:45:33 +0100
commit639c80ffc4ad2be4a8e3220cd8013dfc104cafa6 (patch)
tree05222a694da1ad94e8ffdfb677120585817b4fa4 /subplotlib-derive/Cargo.toml
parent82959bdb8c60d32527ad9cc8ad07473eefcddc74 (diff)
downloadsubplot-639c80ffc4ad2be4a8e3220cd8013dfc104cafa6.tar.gz
(chore): Update everything to 0.4.0
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplotlib-derive/Cargo.toml')
-rw-r--r--subplotlib-derive/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/subplotlib-derive/Cargo.toml b/subplotlib-derive/Cargo.toml
index ce23b65..3ee596f 100644
--- a/subplotlib-derive/Cargo.toml
+++ b/subplotlib-derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subplotlib-derive"
-version = "0.1.0"
+version = "0.4.0"
authors = [
"Lars Wirzenius <liw@liw.fi>",
"Daniel Silverstone <dsilvers@digital-scurf.org>",
@@ -17,7 +17,7 @@ repository = "https://gitlab.com/subplot/subplot"
proc-macro = true
[dependencies]
-syn = {version= "1", features=["full"]}
+syn = { version = "1", features = ["full"] }
quote = "1"
proc-macro2 = "1"
fehler = "1"