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 76badb6 commit a9e4b09Copy full SHA for a9e4b09
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 2.2.2
2
+
3
+- Fix a typo in the docs for `ChildStdin`. (#76)
4
5
# Version 2.2.1
6
7
- Fix a compilation error for 32-bit operating systems by using a 32-bit zombie counter. (#75)
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.1"
+version = "2.2.2"
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2021"
9
rust-version = "1.63"
0 commit comments