aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-08-14 13:02:50 +0200
committeracdenisSK <[email protected]>2017-08-14 13:02:50 +0200
commitdf98814652e6e74da7f63c39c92f4785bbf01e6e (patch)
tree0de51cb01b45e03250dbf1d0a1c5df5eacb84ef1 /Cargo.toml
parentFix string delimiters (#134) (diff)
downloadserenity-df98814652e6e74da7f63c39c92f4785bbf01e6e.tar.xz
serenity-df98814652e6e74da7f63c39c92f4785bbf01e6e.zip
`$crate_name` => `version`, and a few adjustements
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 77c5266..cae5581 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,11 +42,11 @@ version = "0.2.2"
[dependencies.regex]
optional = true
-regex = "0.2"
+version = "0.2"
[dependencies.itertools]
optional = true
-itertools = "0.6.1"
+version = "0.6.1"
[dependencies.lazy_static]
optional = true