We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8a697 commit 9eb97a3Copy full SHA for 9eb97a3
Cargo.toml
@@ -8,7 +8,7 @@ categories = [ "science" ]
8
license = "MIT/Apache-2.0"
9
name = "num-derive"
10
repository = "https://github.com/rust-num/num-derive"
11
-version = "0.2.4"
+version = "0.2.5"
12
readme = "README.md"
13
build = "build.rs"
14
exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]
RELEASES.md
@@ -1,3 +1,9 @@
1
+# Release 0.2.5 (2019-04-23)
2
+
3
+- [Improved the masking of lints in derived code][23].
4
5
+[23]: https://github.com/rust-num/num-derive/pull/23
6
7
# Release 0.2.4 (2019-01-25)
- [Adjusted dependencies to allow no-std targets][22].
0 commit comments