diff --git a/Cargo.lock b/Cargo.lock index ba0b4ed..ac27553 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -151,7 +151,7 @@ dependencies = [ [[package]] name = "cargo-web" -version = "0.6.19" +version = "0.6.20" 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 d0095f3..c6d232f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-web" -version = "0.6.19" +version = "0.6.20" authors = ["Jan Bujak "] repository = "https://github.com/koute/cargo-web" homepage = "https://github.com/koute/cargo-web"