Skip to content

Commit 0d1fb56

Browse files
Update inferno crate to solve future incompatibility warning.
1 parent fa771da commit 0d1fb56

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

flamegraph/Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
[package]
22
name = "flamegraph"
33
version = "11.0.0"
4-
authors = ["Wesley Wiser <[email protected]>", "Michael Woerister <michaelwoerister@posteo>"]
4+
authors = [
5+
"Wesley Wiser <[email protected]>",
6+
"Michael Woerister <michaelwoerister@posteo>",
7+
]
58
edition = "2018"
69
license = "MIT OR Apache-2.0"
710

811
[dependencies]
912
measureme = { path = "../measureme" }
1013
analyzeme = { path = "../analyzeme" }
1114
clap = { version = "3.2", features = ["derive"] }
12-
inferno = { version="0.9.1", default-features = false }
15+
inferno = { version = "0.11", default-features = false }

0 commit comments

Comments
 (0)