aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-09-23 11:43:47 -0700
committerZeyla Hellyer <[email protected]>2017-09-23 11:44:04 -0700
commit05330d1cabaa226640abfbbda35171fc392beaf4 (patch)
treecd20367c2d09e1e264371e17e0b965aae2622f97 /Cargo.toml
parentDocument http::set_token and unhide it from docs (diff)
downloadserenity-05330d1cabaa226640abfbbda35171fc392beaf4.tar.xz
serenity-05330d1cabaa226640abfbbda35171fc392beaf4.zip
Downgrade sodiumoxide to v0.0.14
This resolved compilation on stable.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 75bc3e8..d5077c3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,7 +66,7 @@ version = "0.4"
[dependencies.sodiumoxide]
default-features = false
optional = true
-version = "0.0.15"
+version = "0.0.14"
[dependencies.typemap]
optional = true