Skip to content

Commit e373b06

Browse files
committed
chore: depend on analyzeme from crates.io
[email protected] also drops the support of v7 profdata file format.
1 parent 6084fa7 commit e373b06

File tree

2 files changed

+71
-2
lines changed

2 files changed

+71
-2
lines changed

Cargo.lock

Lines changed: 70 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

collector/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ object = "0.32.1"
4141
tabled = { version = "0.14.0", features = ["ansi-str"] }
4242
humansize = "2.1.3"
4343
regex = "1.7.1"
44-
analyzeme = { git = "https://github.com/rust-lang/measureme", branch = "stable" }
44+
analyzeme = "12.0.0"
4545

4646
benchlib = { path = "benchlib" }
4747

0 commit comments

Comments
 (0)