diff options
author | Aleksey Kladov <[email protected]> | 2018-10-15 18:00:54 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-10-15 18:00:54 +0100 |
commit | 94349206483ad78de71e1546d74a355bbdf764c4 (patch) | |
tree | c7b944b588be86acc306a51ef6e935a1c9185691 /crates/tools | |
parent | e4d04a5df8b6326668f67c10be061e27af6d5e70 (diff) |
switch base crates to 2018
Diffstat (limited to 'crates/tools')
-rw-r--r-- | crates/tools/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/tools/Cargo.toml b/crates/tools/Cargo.toml index d03910986..e2fecc60d 100644 --- a/crates/tools/Cargo.toml +++ b/crates/tools/Cargo.toml | |||
@@ -1,4 +1,5 @@ | |||
1 | [package] | 1 | [package] |
2 | edition = "2018" | ||
2 | name = "tools" | 3 | name = "tools" |
3 | version = "0.1.0" | 4 | version = "0.1.0" |
4 | authors = ["Aleksey Kladov <[email protected]>"] | 5 | authors = ["Aleksey Kladov <[email protected]>"] |