aboutsummaryrefslogtreecommitdiff
path: root/fondant/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'fondant/Cargo.toml')
-rw-r--r--fondant/Cargo.toml4
1 files changed, 2 insertions, 2 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]
2name = "fondant" 2name = "fondant"
3version = "0.1.0" 3version = "0.1.1"
4authors = ["Akshay <[email protected]>"] 4authors = ["Akshay <[email protected]>"]
5description = "Macro based library to take the boilerplate out of configuration handling" 5description = "Macro based library to take the boilerplate out of configuration handling"
6readme = "readme.md" 6readme = "readme.md"
@@ -11,5 +11,5 @@ categories = ["command-line-utilities", "config"]
11edition = "2018" 11edition = "2018"
12 12
13[dependencies] 13[dependencies]
14fondant_derive = {version = "0.1.0", path = "../fondant_derive"} 14fondant_derive = {version = "0.1.1", path = "../fondant_derive"}
15fondant_deps = {version = "0.1.0", path = "../fondant_deps"} 15fondant_deps = {version = "0.1.0", path = "../fondant_deps"}