File tree 2 files changed +8
-2
lines changed
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"
5
5
homepage = " https://github.com/rust-num/num-traits"
6
6
keywords = [" mathematics" , " numerics" ]
7
7
categories = [" algorithms" , " science" , " no-std" ]
8
- license = " MIT/ Apache-2.0"
8
+ license = " MIT OR Apache-2.0"
9
9
repository = " https://github.com/rust-num/num-traits"
10
10
name = " num-traits"
11
- version = " 0.2.13 "
11
+ version = " 0.2.14 "
12
12
readme = " README.md"
13
13
build = " build.rs"
14
14
exclude = [" /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
+
1
7
# Release 0.2.13 (2020-10-29)
2
8
3
9
- [ The new ` OverflowingAdd ` , ` OverflowingSub ` , and ` OverflowingMul ` traits] [ 180 ]
You can’t perform that action at this time.
0 commit comments