Skip to content

Commit 679dac8

Browse files
Stjepan Glavinataiki-e
Stjepan Glavina
authored andcommittedSep 6, 2020
Bump crossbeam-channel to v0.4.3
1 parent f652c6a commit 679dac8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎crossbeam-channel/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.4.3
2+
3+
- Change license to "MIT OR Apache-2.0".
4+
15
# Version 0.4.2
26

37
- Fix bug in release (yanking 0.4.1)

‎crossbeam-channel/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "crossbeam-channel"
44
# - Update CHANGELOG.md
55
# - Update README.md
66
# - Create "crossbeam-channel-X.Y.Z" git tag
7-
version = "0.4.2"
7+
version = "0.4.3"
88
authors = ["The Crossbeam Project Developers"]
99
license = "MIT OR Apache-2.0"
1010
readme = "README.md"

0 commit comments

Comments
 (0)