From c6de9f2552b9299f247485c44c1c66d0cd3b2012 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 3 Apr 2020 17:43:17 +0530 Subject: supress errors, release 0.1.1 --- fondant/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fondant') diff --git a/fondant/Cargo.toml b/fondant/Cargo.toml index 53055e2..3ebb7f6 100644 --- a/fondant/Cargo.toml +++ b/fondant/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fondant" -version = "0.1.0" +version = "0.1.1" authors = ["Akshay "] description = "Macro based library to take the boilerplate out of configuration handling" readme = "readme.md" @@ -11,5 +11,5 @@ categories = ["command-line-utilities", "config"] edition = "2018" [dependencies] -fondant_derive = {version = "0.1.0", path = "../fondant_derive"} +fondant_derive = {version = "0.1.1", path = "../fondant_derive"} fondant_deps = {version = "0.1.0", path = "../fondant_deps"} -- cgit v1.2.3