mirror of
https://github.com/openharmony/third_party_rust_signal-hook.git
synced 2026-07-01 20:44:18 -04:00
Release
This commit is contained in:
@@ -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
@@ -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,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,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>",
|
||||
|
||||
Reference in New Issue
Block a user