Skip to content

Commit

Permalink
Sync with v0.8 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 28, 2024
1 parent c9af259 commit eea11e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions crossbeam-channel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.5.12

- Fix memory leak in unbounded channel. (#1084)

# Version 0.5.11

- Remove dependency on `cfg-if`. (#1072)
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "crossbeam-channel"
# - Update CHANGELOG.md
# - Update README.md (when increasing major or minor version)
# - Run './tools/publish.sh crossbeam-channel <version>'
version = "0.5.11"
version = "0.5.12"
edition = "2021"
rust-version = "1.60"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit eea11e4

Please sign in to comment.