File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ documentation = "https://docs.rs/num-traits"
55homepage = " https://github.com/rust-num/num-traits"
66keywords = [" mathematics" , " numerics" ]
77categories = [" algorithms" , " science" , " no-std" ]
8- license = " MIT/ Apache-2.0"
8+ license = " MIT OR Apache-2.0"
99repository = " https://github.com/rust-num/num-traits"
1010name = " num-traits"
11- version = " 0.2.13 "
11+ version = " 0.2.14 "
1212readme = " README.md"
1313build = " build.rs"
1414exclude = [" /bors.toml" , " /ci/*" , " /.github/*" ]
Original file line number Diff line number Diff line change 1+ # Release 0.2.14 (2020-10-29)
2+
3+ - Clarify the license specification as "MIT OR Apache-2.0".
4+
5+ ** Contributors** : @cuviper
6+
17# Release 0.2.13 (2020-10-29)
28
39- [ The new ` OverflowingAdd ` , ` OverflowingSub ` , and ` OverflowingMul ` traits] [ 180 ]
You can’t perform that action at this time.
0 commit comments