File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.15.3] - 2024-05-12
4
+ ### Changed
5
+ - ` num ` crate min required version is now ` 0.4.2 `
6
+
3
7
## [ 0.15.2] - 2024-04-28
4
8
### Added
5
9
- GenericFraction ConstOne and ConstZero trait implementations (special thanks to Raimundo Saona, aka @saona-raimundo )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fraction"
3
- version = " 0.15.2 "
3
+ version = " 0.15.3 "
4
4
authors = [
" dnsl48 <[email protected] >" ]
5
5
6
6
description = " Lossless fractions and decimals; drop-in float replacement"
@@ -27,7 +27,7 @@ opt-level = 3
27
27
28
28
[dependencies ]
29
29
30
- num = { version = " 0.4" , default-features = false }
30
+ num = { version = " 0.4.2 " , default-features = false }
31
31
32
32
byteorder = { version = " 1" , optional = true }
33
33
bytes = { version = " 1" , optional = true }
You can’t perform that action at this time.
0 commit comments