diff options
-rw-r--r-- | fondant/Cargo.toml | 4 | ||||
-rw-r--r-- | 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 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "fondant" | 2 | name = "fondant" |
3 | version = "0.1.0" | 3 | version = "0.1.1" |
4 | authors = ["Akshay <[email protected]>"] | 4 | authors = ["Akshay <[email protected]>"] |
5 | description = "Macro based library to take the boilerplate out of configuration handling" | 5 | description = "Macro based library to take the boilerplate out of configuration handling" |
6 | readme = "readme.md" | 6 | readme = "readme.md" |
@@ -11,5 +11,5 @@ categories = ["command-line-utilities", "config"] | |||
11 | edition = "2018" | 11 | edition = "2018" |
12 | 12 | ||
13 | [dependencies] | 13 | [dependencies] |
14 | fondant_derive = {version = "0.1.0", 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.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 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "fondant_derive" | 2 | name = "fondant_derive" |
3 | version = "0.1.0" | 3 | version = "0.1.1" |
4 | authors = ["Akshay <[email protected]>"] | 4 | authors = ["Akshay <[email protected]>"] |
5 | description = "Core macros of fondant" | 5 | description = "Core macros of fondant" |
6 | readme = "readme.md" | 6 | readme = "readme.md" |