From f514a88f435ea6d655afdfb3665ff785fdd07338 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Thu, 25 Jan 2018 11:50:35 -0800 Subject: [PATCH] Open up development on 0.8.12-pre This commit simply bumps the version number in Cargo.toml. No other change is made. Signed-off-by: Brian L. Troutwine --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16b09591..fdd90948 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,7 +153,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cernan" -version = "0.8.11" +version = "0.8.12-pre" dependencies = [ "base64 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 589a6d33..e17abeb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "cernan" readme = "README.md" repository = "https://github.com/postmates/cernan" -version = "0.8.11" +version = "0.8.12-pre" [[bin]] name = "cernan"