From 5cb38c8bb24b3d866947666980ce985a2a1e2b7f Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Sat, 7 Sep 2019 14:46:51 -0700 Subject: [PATCH] v0.8.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0846b1e..b0a5bed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,7 +25,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "candle" -version = "0.7.0" +version = "0.8.0" dependencies = [ "encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)", "isatty 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 341e3dc..a10f4f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "candle" -version = "0.7.0" +version = "0.8.0" authors = ["Gabe Berke-Williams "] edition = "2018"