Skip to content

Commit

Permalink
Update to the latest rustc_apfloat
Browse files Browse the repository at this point in the history
The latest version has a convenient `.unwrap()`. Increase the version so
we can use this.
  • Loading branch information
tgross35 committed Aug 3, 2024
1 parent 094f314 commit 0ce8ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ doctest = false
# `xoshiro128**` is used for its quality, size, and speed at generating `u32` shift amounts.
rand_xoshiro = "0.6"
# To compare float builtins against
rustc_apfloat = "0.2.0"
rustc_apfloat = "0.2.1"

[dependencies.compiler_builtins]
path = ".."
Expand Down

0 comments on commit 0ce8ed5

Please sign in to comment.