Bump version number

This commit is contained in:
Valentin Brandl 2020-03-22 20:07:20 +01:00
parent dca32e4317
commit 763910b515
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D
3 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View File

@ -830,7 +830,7 @@ dependencies = [
[[package]] [[package]]
name = "hoc" name = "hoc"
version = "0.11.6" version = "0.11.7"
dependencies = [ dependencies = [
"actix-rt", "actix-rt",
"actix-web", "actix-web",

View File

@ -27,7 +27,7 @@ in
{ {
cargo2nixVersion = "0.8.2"; cargo2nixVersion = "0.8.2";
workspace = { 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 { "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.6" = overridableMkRustCrate (profileName: rec { "unknown".hoc."0.11.7" = overridableMkRustCrate (profileName: rec {
name = "hoc"; name = "hoc";
version = "0.11.6"; version = "0.11.7";
registry = "unknown"; registry = "unknown";
src = fetchCrateLocal ./.; src = fetchCrateLocal ./.;
dependencies = { dependencies = {

View File

@ -1,6 +1,6 @@
[package] [package]
name = "hoc" name = "hoc"
version = "0.11.6" version = "0.11.7"
authors = ["Valentin Brandl <vbrandl@riseup.net>"] authors = ["Valentin Brandl <vbrandl@riseup.net>"]
edition = "2018" edition = "2018"
build = "build.rs" build = "build.rs"