From 3a555e13a0325fe12237d686423eff3d3a011763 Mon Sep 17 00:00:00 2001 From: Jan Bujak Date: Tue, 3 Apr 2018 20:50:57 +0200 Subject: [PATCH] Bump version to 0.6.10 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 809caa4..e71efeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "cargo-web" -version = "0.6.9" +version = "0.6.10" 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 55e0621..0333e6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-web" -version = "0.6.9" +version = "0.6.10" authors = ["Jan Bujak "] repository = "https://github.com/koute/cargo-web" homepage = "https://github.com/koute/cargo-web"