From d5405e36b80f43e329e28857c60500197e5c9feb Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Sat, 31 Aug 2019 00:56:02 -0700 Subject: [PATCH] v0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9321006..b10f548 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.2.0" +version = "0.3.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 1319fc8..d006f89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "candle" -version = "0.2.0" +version = "0.3.0" authors = ["Gabe Berke-Williams "] edition = "2018"