We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ffc290 commit b5b7ee9Copy full SHA for b5b7ee9
Cargo.toml
@@ -8,7 +8,7 @@ categories = [ "science" ]
8
license = "MIT OR Apache-2.0"
9
name = "num-derive"
10
repository = "https://github.com/rust-num/num-derive"
11
-version = "0.4.1"
+version = "0.4.2"
12
readme = "README.md"
13
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
14
edition = "2021"
RELEASES.md
@@ -1,3 +1,9 @@
1
+# Release 0.4.2 (2024-02-06)
2
+
3
+- [Use anon-const to avoid RFC 3373 warnings.][62]
4
5
+[62]: https://github.com/rust-num/num-derive/pull/62
6
7
# Release 0.4.1 (2023-10-07)
- [Make `Float` work with `no_std`][56] -- thanks @vkahl!
0 commit comments