From 4670217775c70ba7f8af3d0130e180433ec33aff Mon Sep 17 00:00:00 2001 From: Aaron Power Date: Sun, 25 Feb 2018 15:41:41 +0000 Subject: [PATCH] Updated to rc2 and updated dotenv to 0.11 --- Cargo.toml | 4 ++-- 1 file 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 "] @@ -22,5 +22,5 @@ version = "0.4" features = ["serde"] [dev-dependencies] -dotenv = "0.10" +dotenv = "0.11" toml = "0.4"