aboutsummaryrefslogtreecommitdiff
path: root/fondant
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-04-03 13:13:17 +0100
committerAkshay <[email protected]>2020-04-03 13:13:17 +0100
commitc6de9f2552b9299f247485c44c1c66d0cd3b2012 (patch)
tree958a549f1cffa2c45d901687f100318e7602c9e3 /fondant
parent18678dec57136707a73b9cc044a65b67c18b37fd (diff)
supress errors, release 0.1.1
Diffstat (limited to 'fondant')
-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"}