From 724c49d05672aecfc43d2547ba040eba0534d574 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 22 Mar 2020 19:43:51 +0100 Subject: [PATCH] Bump version number --- Cargo.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.nix b/Cargo.nix index d380e91..b6ca42e 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -27,7 +27,7 @@ in { cargo2nixVersion = "0.8.2"; workspace = { - hoc = rustPackages.unknown.hoc."0.11.5"; + hoc = rustPackages.unknown.hoc."0.11.6"; }; "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.5" = overridableMkRustCrate (profileName: rec { + "unknown".hoc."0.11.6" = overridableMkRustCrate (profileName: rec { name = "hoc"; - version = "0.11.5"; + version = "0.11.6"; registry = "unknown"; src = fetchCrateLocal ./.; dependencies = {