summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAaron Power <theaaronepower@gmail.com>2018-02-25 15:41:41 +0000
committerAaron Power <theaaronepower@gmail.com>2018-02-25 15:42:04 +0000
commit4670217775c70ba7f8af3d0130e180433ec33aff (patch)
treeca2caf6aba580e35e3faf2051b927f74c516b825 /Cargo.toml
parentd9586714fd82d7b5498c8d500f8df83c5526eaf8 (diff)
Updated to rc2 and updated dotenv to 0.11
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 599a033..ec02105 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mammut"
-version = "0.10.0-rc1"
+version = "0.10.0-rc2"
description = "A wrapper around the Mastodon API."
authors = ["Aaron Power <theaaronepower@gmail.com>"]
@@ -22,5 +22,5 @@ version = "0.4"
features = ["serde"]
[dev-dependencies]
-dotenv = "0.10"
+dotenv = "0.11"
toml = "0.4"