From 76073718c798a0174589e7a64a40606c80e9ace0 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Thu, 22 Dec 2016 00:05:05 -0800 Subject: [PATCH] New version: 0.1.0 release candidate. --- codegen/Cargo.toml | 2 +- contrib/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 1fb67ebf..c9270546 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocket_codegen" -version = "0.0.11" +version = "0.1.0-rc" authors = ["Sergio Benitez "] [lib] diff --git a/contrib/Cargo.toml b/contrib/Cargo.toml index 00c4adce..14ba6bde 100644 --- a/contrib/Cargo.toml +++ b/contrib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocket_contrib" -version = "0.0.11" +version = "0.1.0-rc" authors = ["Sergio Benitez "] [features] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 0e51c34d..504ec4f3 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocket" -version = "0.0.11" +version = "0.1.0-rc" authors = ["Sergio Benitez "] [dependencies]