Bump version number

This commit is contained in:
Valentin Brandl 2020-03-22 19:43:51 +01:00
parent 7b5d225701
commit 724c49d056
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -27,7 +27,7 @@ in
{ {
cargo2nixVersion = "0.8.2"; cargo2nixVersion = "0.8.2";
workspace = { 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 { "registry+https://github.com/rust-lang/crates.io-index".actix-codec."0.2.0" = overridableMkRustCrate (profileName: rec {
name = "actix-codec"; 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"; name = "hoc";
version = "0.11.5"; version = "0.11.6";
registry = "unknown"; registry = "unknown";
src = fetchCrateLocal ./.; src = fetchCrateLocal ./.;
dependencies = { dependencies = {