We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a1af9 commit 18030b8Copy full SHA for 18030b8
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 3.7.2
2
+
3
+- Update `hermit-abi` to v0.4.0. (#209)
4
5
# Version 3.7.1
6
7
- Fix a typo in `Event::is_err()`. (#204)
Cargo.toml
@@ -3,7 +3,7 @@ name = "polling"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v3.x.y" git tag
-version = "3.7.1"
+version = "3.7.2"
authors = ["Stjepan Glavina <stjepang@gmail.com>", "John Nunley <dev@notgull.net>"]
8
edition = "2021"
9
rust-version = "1.63"
0 commit comments