From bdef00b7f104cf13994454b4c6ad703faa9d104a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20Jaffr=C3=A9?= Date: Wed, 27 Dec 2017 14:47:25 +0100 Subject: [PATCH] Bump to 0.3.19 PRs since `0.3.18`: #193 #207 Sorry for the inconvenience, but this is required to unblock rust-lang/rust#46278 (#207 fixes broken links in compiler docs). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b1104a44507..44dbd4e1470 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rand" -version = "0.3.18" +version = "0.3.19" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md"