summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-02-04 21:21:58 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-02-04 21:21:58 +0100
commitd08e40056c50a66e3415c07345a511e83a123442 (patch)
tree70f821a42aee120307ff2e408faf0cea2d528af8
parent56313cee57a4c678730fe85206db882a79867f66 (diff)
toml-query-derive: v0.9.2v0.9.x
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--toml-query_derive/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toml-query_derive/Cargo.toml b/toml-query_derive/Cargo.toml
index 87fdcf7..6b58138 100644
--- a/toml-query_derive/Cargo.toml
+++ b/toml-query_derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "toml-query_derive"
-version = "0.9.0"
+version = "0.9.2"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Proc-macro for toml-query"
license = "MPL-2.0"