We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f652c6a commit 679dac8Copy full SHA for 679dac8
crossbeam-channel/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 0.4.3
2
+
3
+- Change license to "MIT OR Apache-2.0".
4
5
# Version 0.4.2
6
7
- Fix bug in release (yanking 0.4.1)
crossbeam-channel/Cargo.toml
@@ -4,7 +4,7 @@ name = "crossbeam-channel"
# - Update CHANGELOG.md
# - Update README.md
# - Create "crossbeam-channel-X.Y.Z" git tag
-version = "0.4.2"
+version = "0.4.3"
8
authors = ["The Crossbeam Project Developers"]
9
license = "MIT OR Apache-2.0"
10
readme = "README.md"
0 commit comments