Update to the latest rustc_apfloat
The latest version has a convenient `.unwrap()`. Increase the version so we can use this.
This commit is contained in:
parent
1cdeaed9f9
commit
b6c2b6ebf7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = ".."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue