From cb6bd60615630fdef0ff5d7d0adf224575ae1954 Mon Sep 17 00:00:00 2001 From: d33d33 Date: Mon, 12 Mar 2018 16:17:22 +0100 Subject: [PATCH] chore: v.1.8.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3a7714..0690fda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,7 +43,7 @@ dependencies = [ [[package]] name = "beamium" -version = "1.7.1" +version = "1.8.0" dependencies = [ "bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1412487..39269e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beamium" -version = "1.7.1" +version = "1.8.0" authors = [ "d33d33 " ] build = "build.rs"