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 ++-- fondant_derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"} diff --git a/fondant_derive/Cargo.toml b/fondant_derive/Cargo.toml index 3ec27c2..af0d793 100644 --- a/fondant_derive/Cargo.toml +++ b/fondant_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fondant_derive" -version = "0.1.0" +version = "0.1.1" authors = ["Akshay "] description = "Core macros of fondant" readme = "readme.md" -- cgit v1.2.3