]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/Cargo.toml
Added minor clarification to specification of realloc.
[rust.git] / src / libcore / Cargo.toml
index fa2ab11243b6ce723a4e0a72f74f6d8fe43d84cc..ac07ffb14febdd8ba0f74a7d1a319b1f0ea5f1f4 100644 (file)
@@ -4,6 +4,7 @@ name = "core"
 version = "0.0.0"
 autotests = false
 autobenches = false
+edition = "2018"
 
 [lib]
 name = "core"
@@ -20,7 +21,7 @@ name = "corebenches"
 path = "../libcore/benches/lib.rs"
 
 [dev-dependencies]
-rand = "0.6"
+rand = "0.7"
 
 [features]
 # Make panics and failed asserts immediately abort without formatting any message