From 763910b5156942b2ba003dbe7ab33fcceed55844 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 22 Mar 2020 20:07:20 +0100 Subject: [PATCH] Bump version number --- Cargo.lock | 2 +- Cargo.nix | 6 +++--- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ef19e8..93d7a72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -830,7 +830,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.11.6" +version = "0.11.7" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.nix b/Cargo.nix index b6ca42e..f39cf7a 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -27,7 +27,7 @@ in { cargo2nixVersion = "0.8.2"; workspace = { - hoc = rustPackages.unknown.hoc."0.11.6"; + hoc = rustPackages.unknown.hoc."0.11.7"; }; "registry+https://github.com/rust-lang/crates.io-index".actix-codec."0.2.0" = overridableMkRustCrate (profileName: rec { name = "actix-codec"; @@ -1144,9 +1144,9 @@ in }; }); - "unknown".hoc."0.11.6" = overridableMkRustCrate (profileName: rec { + "unknown".hoc."0.11.7" = overridableMkRustCrate (profileName: rec { name = "hoc"; - version = "0.11.6"; + version = "0.11.7"; registry = "unknown"; src = fetchCrateLocal ./.; dependencies = { diff --git a/Cargo.toml b/Cargo.toml index aceb848..6dc1236 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.11.6" +version = "0.11.7" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs"