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"