From 52eb8ba96d949b7ec3df46813c1d3b6404c1e146 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 2 May 2020 19:12:29 +0530 Subject: version bump --- fondant/Cargo.toml | 2 +- fondant_deps/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fondant/Cargo.toml b/fondant/Cargo.toml index 3ebb7f6..7c8588f 100644 --- a/fondant/Cargo.toml +++ b/fondant/Cargo.toml @@ -12,4 +12,4 @@ edition = "2018" [dependencies] fondant_derive = {version = "0.1.1", path = "../fondant_derive"} -fondant_deps = {version = "0.1.0", path = "../fondant_deps"} +fondant_deps = {version = "0.1.1", path = "../fondant_deps"} diff --git a/fondant_deps/Cargo.toml b/fondant_deps/Cargo.toml index 3e40afd..f7bdf28 100644 --- a/fondant_deps/Cargo.toml +++ b/fondant_deps/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fondant_deps" -version = "0.1.0" +version = "0.1.1" authors = ["Akshay "] description = "External dependencies to supplement fondant" readme = "readme.md" -- cgit v1.2.3