From 611d55bd68438bdd33aa36a1e85a4b24d1b45b91 Mon Sep 17 00:00:00 2001 From: James Tucker Date: Fri, 6 Oct 2017 13:12:57 -0700 Subject: [PATCH] Bump to 0.3.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5dc436aa552..0700436af65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rand" -version = "0.3.16" +version = "0.3.17" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md"