Skip to content

Commit

Permalink
chore: upgrade min required num crate version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dnsl48 committed May 12, 2024
1 parent 338d056 commit 837d084
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [0.15.3] - 2024-05-12
### Changed
- `num` crate min required version is now `0.4.2`

## [0.15.2] - 2024-04-28
### Added
- GenericFraction ConstOne and ConstZero trait implementations (special thanks to Raimundo Saona, aka @saona-raimundo)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fraction"
version = "0.15.2"
version = "0.15.3"
authors = ["dnsl48 <dnsl48@gmail.com>"]

description = "Lossless fractions and decimals; drop-in float replacement"
Expand All @@ -27,7 +27,7 @@ opt-level = 3

[dependencies]

num = { version = "0.4", default-features = false }
num = { version = "0.4.2", default-features = false }

byteorder = { version = "1", optional = true }
bytes = { version = "1", optional = true }
Expand Down

0 comments on commit 837d084

Please sign in to comment.