We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustc_apfloat
1 parent 1cdeaed commit b6c2b6eCopy full SHA for b6c2b6e
library/compiler-builtins/testcrate/Cargo.toml
@@ -15,7 +15,7 @@ doctest = false
15
# `xoshiro128**` is used for its quality, size, and speed at generating `u32` shift amounts.
16
rand_xoshiro = "0.6"
17
# To compare float builtins against
18
-rustc_apfloat = "0.2.0"
+rustc_apfloat = "0.2.1"
19
20
[dependencies.compiler_builtins]
21
path = ".."
0 commit comments