diff --git a/Cargo.lock b/Cargo.lock index 0849e62..e34359f 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.5.0" +version = "0.6.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 e645328..c0c4abc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "candle" -version = "0.5.0" +version = "0.6.0" authors = ["Gabe Berke-Williams "] edition = "2018"