Updated to rc2 and updated dotenv to 0.11

master
Aaron Power 6 years ago
parent d9586714fd
commit 4670217775
  1. 4
      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"

Loading…
Cancel
Save