From 3e39cc9de8b616c8519b724ce1c132383d916994 Mon Sep 17 00:00:00 2001 From: dylan_DPC Date: Thu, 8 Feb 2018 02:19:29 +0530 Subject: [PATCH] bumped toml file to 0.6.0-beta --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7bb8ae120..d632bfe24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uuid" -version = "0.5.1" +version = "0.6.0-beta" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md"