Skip to content

Commit 614f96b

Browse files
committed
Update to the latest rustc_apfloat
The latest version has a convenient `.unwrap()`. Increase the version so we can use this.
1 parent 662a224 commit 614f96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcrate/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ doctest = false
1515
# `xoshiro128**` is used for its quality, size, and speed at generating `u32` shift amounts.
1616
rand_xoshiro = "0.6"
1717
# To compare float builtins against
18-
rustc_apfloat = "0.2.0"
18+
rustc_apfloat = "0.2.1"
1919

2020
[dependencies.compiler_builtins]
2121
path = ".."

0 commit comments

Comments
 (0)