diff options
-rw-r--r-- | fondant/Cargo.toml | 2 | ||||
-rw-r--r-- | 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" | |||
12 | 12 | ||
13 | [dependencies] | 13 | [dependencies] |
14 | fondant_derive = {version = "0.1.1", path = "../fondant_derive"} | 14 | fondant_derive = {version = "0.1.1", path = "../fondant_derive"} |
15 | fondant_deps = {version = "0.1.0", path = "../fondant_deps"} | 15 | 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 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "fondant_deps" | 2 | name = "fondant_deps" |
3 | version = "0.1.0" | 3 | version = "0.1.1" |
4 | authors = ["Akshay <[email protected]>"] | 4 | authors = ["Akshay <[email protected]>"] |
5 | description = "External dependencies to supplement fondant" | 5 | description = "External dependencies to supplement fondant" |
6 | readme = "readme.md" | 6 | readme = "readme.md" |