From f2ad259ffd1ac43352bfb936bb53fd055726a3dc Mon Sep 17 00:00:00 2001 From: Jan Bujak Date: Thu, 22 Nov 2018 17:13:10 +0100 Subject: [PATCH] Bump version to 0.6.21 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac27553..60fcc43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -151,7 +151,7 @@ dependencies = [ [[package]] name = "cargo-web" -version = "0.6.20" +version = "0.6.21" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c6d232f..332fe6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-web" -version = "0.6.20" +version = "0.6.21" authors = ["Jan Bujak "] repository = "https://github.com/koute/cargo-web" homepage = "https://github.com/koute/cargo-web"