diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2018-11-01 19:15:13 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2018-11-06 16:12:04 +0100 |
commit | 9f9bf8f6bc1897aa7c637a4a0d4021ec6b6c2819 (patch) | |
tree | 8deef77b6facab1c61c9f375daa26bec2f55fe31 /components/rand | |
parent | 76e59a46d3aff701b2e8dfbaf047f6d5c3edcced (diff) | |
download | servo-9f9bf8f6bc1897aa7c637a4a0d4021ec6b6c2819.tar.gz servo-9f9bf8f6bc1897aa7c637a4a0d4021ec6b6c2819.zip |
Switch most crates to the 2018 edition
Diffstat (limited to 'components/rand')
-rw-r--r-- | components/rand/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/rand/Cargo.toml b/components/rand/Cargo.toml index 56e34c6ec27..e41309fe56e 100644 --- a/components/rand/Cargo.toml +++ b/components/rand/Cargo.toml @@ -3,6 +3,7 @@ name = "servo_rand" version = "0.0.1" authors = ["The Servo Project Developers"] license = "MPL-2.0" +edition = "2018" publish = false [lib] |