Skip to content

Commit 890fd79

Browse files
committed
Upgrade iai-callgrind to 0.15
Pick up the latest version of iai-callgrind, which includes some output improvements. Changelog: https://github.com/iai-callgrind/iai-callgrind/releases
1 parent 90bd9f5 commit 890fd79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builtins-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rand_xoshiro = "0.7"
1414
# To compare float builtins against
1515
rustc_apfloat = "0.2.3"
1616
# Really a dev dependency, but dev dependencies can't be optional
17-
iai-callgrind = { version = "0.14.1", optional = true }
17+
iai-callgrind = { version = "0.15.2", optional = true }
1818

1919
[dependencies.compiler_builtins]
2020
path = "../builtins-shim"

libm-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ short-benchmarks = []
3131
anyhow = "1.0.98"
3232
# This is not directly used but is required so we can enable `gmp-mpfr-sys/force-cross`.
3333
gmp-mpfr-sys = { version = "1.6.5", optional = true, default-features = false }
34-
iai-callgrind = { version = "0.14.1", optional = true }
34+
iai-callgrind = { version = "0.15.2", optional = true }
3535
indicatif = { version = "0.18.0", default-features = false }
3636
libm = { path = "../libm", features = ["unstable-public-internals"] }
3737
libm-macros = { path = "../crates/libm-macros" }

0 commit comments

Comments
 (0)