From 6a4314657d37980cf8c3888ece4e341b8b6e366b Mon Sep 17 00:00:00 2001 From: Jan Bujak Date: Tue, 16 Oct 2018 20:59:15 +0200 Subject: [PATCH] Bump version to 0.6.17 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 873ba13..3e67397 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,7 +155,7 @@ dependencies = [ [[package]] name = "cargo-web" -version = "0.6.16" +version = "0.6.17" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "base-x 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6df3fb3..bb16467 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-web" -version = "0.6.16" +version = "0.6.17" authors = ["Jan Bujak "] repository = "https://github.com/koute/cargo-web" homepage = "https://github.com/koute/cargo-web"