From ae5381c7836edd978291c3420a2b8096757e7451 Mon Sep 17 00:00:00 2001 From: Joseph Glanville Date: Tue, 12 Feb 2019 00:16:26 +0700 Subject: [PATCH] Bump to version 0.9.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b03ee7c6..d86624cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,7 +150,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cernan" -version = "0.9.1-pre" +version = "0.9.1" dependencies = [ "base64 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 0c3e87c9..5760b177 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.9.1-pre" +version = "0.9.1" edition = "2018" [[bin]]