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 78060d4 commit 81ec3ddCopy full SHA for 81ec3dd
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 1.5.0
2
+
3
+- Bump MSRV to 1.61. (#50)
4
5
# Version 1.4.1
6
7
- Change the `error_span` in `grow_pool` into `trace_span`. (#45)
Cargo.toml
@@ -3,7 +3,7 @@ name = "blocking"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
-version = "1.4.1"
+version = "1.5.0"
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2018"
9
rust-version = "1.61"
0 commit comments