Skip to content

Commit 83bcf1e

Browse files
committed
v2.5.0
Signed-off-by: John Nunley <[email protected]>
1 parent bf22c0e commit 83bcf1e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 2.5.0
2+
3+
- Remove `Unpin` bound from the `Lines` I/O adapter. (#113)
4+
15
# Version 2.4.0
26

37
- Add a "fuse" method that makes it so a `Future` returns `Poll::Pending`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "futures-lite"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v2.x.y" git tag
6-
version = "2.4.0"
6+
version = "2.5.0"
77
authors = [
88
"Stjepan Glavina <[email protected]>",
99
"Contributors to futures-rs",

0 commit comments

Comments
 (0)