From fe9ce3f6799c5e137688cd779479f8f082430635 Mon Sep 17 00:00:00 2001 From: Jan Bujak Date: Thu, 8 Feb 2018 19:58:49 +0100 Subject: [PATCH] Bump version to 0.6.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eae9e3b..191b8f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,7 +161,7 @@ dependencies = [ [[package]] name = "cargo-web" -version = "0.6.7" +version = "0.6.8" dependencies = [ "ansi_term 0.10.2 (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 b3328d6..b6ddc8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-web" -version = "0.6.7" +version = "0.6.8" authors = ["Jan Bujak "] repository = "https://github.com/koute/cargo-web" homepage = "https://github.com/koute/cargo-web"