diff options
| author | acdenisSK <[email protected]> | 2017-08-14 13:02:50 +0200 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2017-08-14 13:02:50 +0200 |
| commit | df98814652e6e74da7f63c39c92f4785bbf01e6e (patch) | |
| tree | 0de51cb01b45e03250dbf1d0a1c5df5eacb84ef1 /Cargo.toml | |
| parent | Fix string delimiters (#134) (diff) | |
| download | serenity-df98814652e6e74da7f63c39c92f4785bbf01e6e.tar.xz serenity-df98814652e6e74da7f63c39c92f4785bbf01e6e.zip | |
`$crate_name` => `version`, and a few adjustements
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |