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 2f6c08f commit c3b5e01Copy full SHA for c3b5e01
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# Version 1.4.0
2
+
3
+- Bump MSRV to 1.59. (#44)
4
+- Remove the unused `memchr` dependency. (#38)
5
+- Extract read/write pipes into the `piper` crate, which this crate now uses. (#37)
6
+- Mark as `forbid(unsafe_code)` (#37).
7
+- Set up logging using `tracing`. (#40)
8
9
# Version 1.3.1
10
11
- Gracefully handle the inability to spawn threads. (#31)
Cargo.toml
@@ -3,7 +3,7 @@ name = "blocking"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
-version = "1.3.1"
+version = "1.4.0"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
rust-version = "1.59"
0 commit comments