Add 'edition = "2018"' to every Cargo.toml

This commit is contained in:
Stan Drozd
2018-12-19 16:38:59 +01:00
parent e502872083
commit dcf9f2244a
19 changed files with 21 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
name = "hashing"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
tiny-keccak = "1.4.2"
tiny-keccak = "1.4.2"