From 1bbd790730438fffa21c00a0e15e44c2cc4220ea Mon Sep 17 00:00:00 2001 From: Genaro Camele Date: Mon, 16 Oct 2023 21:53:29 -0300 Subject: [PATCH] Bumped version to 0.1.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8e5a0b..506ecfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["serialization", "deserialization", "serde", "serialize", "deseriali license = "MIT" name = "serde_gura" repository = "https://github.com/gura-conf/serde-gura" -version = "0.1.6" +version = "0.1.7" [dependencies] gura = "0.5"