This commit is contained in:
Michal 'vorner' Vaner
2022-01-08 12:14:01 +01:00
parent a8792bb0a5
commit 13f201c482
4 changed files with 9 additions and 4 deletions
+5
View File
@@ -1,3 +1,8 @@
# signal-hook-async-std-0.2.2
# signal-hook-tokio-0.3.1
* Fix support for SignalsInfo with non-default info extractors.
# 0.3.13
* Add haiku support.
Generated
+2 -2
View File
@@ -684,7 +684,7 @@ dependencies = [
[[package]]
name = "signal-hook-async-std"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"async-io",
"async-std",
@@ -725,7 +725,7 @@ dependencies = [
[[package]]
name = "signal-hook-tokio"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"futures",
"futures-core",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "signal-hook-async-std"
version = "0.2.1"
version = "0.2.2"
authors = [
"Michal 'vorner' Vaner <vorner@vorner.cz>",
"Thomas Himmelstoss <thimm@posteo.de>",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "signal-hook-tokio"
version = "0.3.0"
version = "0.3.1"
authors = [
"Michal 'vorner' Vaner <vorner@vorner.cz>",
"Thomas Himmelstoss <thimm@posteo.de>",