diff --git a/Cargo.lock b/Cargo.lock index fdd90948..bb0da1d8 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.12-pre" +version = "0.8.12" 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 e17abeb3..c11795ff 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.12-pre" +version = "0.8.12" [[bin]] name = "cernan"