Update version numbers: 0.2.0-pre.0 and 0.5.0-pre.2 releases
diff --git a/Cargo.toml b/Cargo.toml
index a42a83d..667daa7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rand"
-version = "0.5.0-pre.1" # NB: When modifying, also modify html_root_url in lib.rs
+version = "0.5.0-pre.2" # NB: When modifying, also modify html_root_url in lib.rs
 authors = ["The Rust Project Developers"]
 license = "MIT/Apache-2.0"
 readme = "README.md"
@@ -29,7 +29,7 @@
 members = ["rand_core"]
 
 [dependencies]
-rand_core = { path = "rand_core", version = "0.1.0", default-features = false }
+rand_core = { path = "rand_core", version = "0.2.0-pre.0", default-features = false }
 log = { version = "0.4", optional = true }
 serde = { version = "1", optional = true }
 serde_derive = { version = "1", optional = true }
diff --git a/rand_core/Cargo.toml b/rand_core/Cargo.toml
index 4853109..6b75f40 100644
--- a/rand_core/Cargo.toml
+++ b/rand_core/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rand_core"
-version = "0.1.0" # NB: When modifying, also modify html_root_url in lib.rs
+version = "0.2.0-pre.0" # NB: When modifying, also modify html_root_url in lib.rs
 authors = ["The Rust Project Developers"]
 license = "MIT/Apache-2.0"
 readme = "README.md"