We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fb10a commit 7323b44Copy full SHA for 7323b44
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 2.2.1
2
+
3
+- Fix a compilation error for 32-bit operating systems by using a 32-bit zombie counter. (#75)
4
5
# Version 2.2.0
6
7
- Port Linux to a new backend that tries to use `pidfd` if it is available. (#68)
Cargo.toml
@@ -3,7 +3,7 @@ name = "async-process"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
-version = "2.2.0"
+version = "2.2.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
8
edition = "2021"
9
rust-version = "1.63"
0 commit comments