We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf22c0e commit 83bcf1eCopy full SHA for 83bcf1e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 2.5.0
2
+
3
+- Remove `Unpin` bound from the `Lines` I/O adapter. (#113)
4
5
# Version 2.4.0
6
7
- Add a "fuse" method that makes it so a `Future` returns `Poll::Pending`
Cargo.toml
@@ -3,7 +3,7 @@ name = "futures-lite"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
-version = "2.4.0"
+version = "2.5.0"
authors = [
8
"Stjepan Glavina <stjepang@gmail.com>",
9
"Contributors to futures-rs",
0 commit comments