Skip to content

Commit

Permalink
Update inferno crate to solve future incompatibility warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed Jan 5, 2024
1 parent fa771da commit 0d1fb56
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions flamegraph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[package]
name = "flamegraph"
version = "11.0.0"
authors = ["Wesley Wiser <[email protected]>", "Michael Woerister <michaelwoerister@posteo>"]
authors = [
"Wesley Wiser <[email protected]>",
"Michael Woerister <michaelwoerister@posteo>",
]
edition = "2018"
license = "MIT OR Apache-2.0"

[dependencies]
measureme = { path = "../measureme" }
analyzeme = { path = "../analyzeme" }
clap = { version = "3.2", features = ["derive"] }
inferno = { version="0.9.1", default-features = false }
inferno = { version = "0.11", default-features = false }

0 comments on commit 0d1fb56

Please sign in to comment.