Bump version number
This commit is contained in:
parent
dca32e4317
commit
763910b515
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -830,7 +830,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "hoc"
|
||||
version = "0.11.6"
|
||||
version = "0.11.7"
|
||||
dependencies = [
|
||||
"actix-rt",
|
||||
"actix-web",
|
||||
|
@ -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 = {
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "hoc"
|
||||
version = "0.11.6"
|
||||
version = "0.11.7"
|
||||
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
|
||||
edition = "2018"
|
||||
build = "build.rs"
|
||||
|
Loading…
Reference in New Issue
Block a user