Switch from 2015 edition to 2018
[anymap] / Cargo.toml
index b9ce2e1082024a950cb47d9ba78c1fa01ea893c1..c1ca92c2396c086acaad40e969a7ca2ca4fb6faa 100644 (file)
@@ -2,8 +2,11 @@
 name = "anymap"
 version = "0.12.1"
 authors = ["Chris Morgan <rust@chrismorgan.info>"]
+edition = "2018"
+rust-version = "1.34"
 description = "A safe and convenient store for one value of each type"
 repository = "https://github.com/chris-morgan/anymap"
 keywords = ["container", "any", "map"]
 categories = ["rust-patterns", "data-structures"]
 license = "BlueOak-1.0.0 OR MIT OR Apache-2.0"
+exclude = ["test", "benches", ".travis.yml", ".gitignore"]