diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2020-02-04 21:21:58 +0100 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2020-02-04 21:21:58 +0100 |
commit | d08e40056c50a66e3415c07345a511e83a123442 (patch) | |
tree | 70f821a42aee120307ff2e408faf0cea2d528af8 | |
parent | 56313cee57a4c678730fe85206db882a79867f66 (diff) |
toml-query-derive: v0.9.2v0.9.x
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r-- | toml-query_derive/Cargo.toml | 2 |
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" |