diff options
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] |