From 8079e140c8a58a9df9f1695d70e28707f0698c38 Mon Sep 17 00:00:00 2001 From: joyanedel Date: Mon, 5 Aug 2024 17:17:38 -0400 Subject: [PATCH] Update patch version for vec support --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1d6ea9..5e30070 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-decouple" -version = "0.1.1" +version = "0.1.2" diff --git a/Cargo.toml b/Cargo.toml index 64eb787..89f62de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" keywords = ["config"] authors = ["joyanedel "] repository = "https://github.com/joyanedel/rust-decouple" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.80.0"