Skip to content

Commit

Permalink
update criterion to v0.4 and pprof to v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Nov 6, 2022
1 parent f2c8f5e commit 1072958
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ harness = false
[workspace]
members = ["derive", "derive/impl"]

[patch.crates-io]
criterion = { git = "https://github.com/bheisler/criterion.rs", rev = "6929f48e4828360de038f4e9732066d85b9a57c6" }

[dependencies]
encase_derive = { version = "=0.3.0", path = "derive" }

Expand All @@ -55,10 +52,10 @@ imbl = { version = "2", default-features = false, optional = true }
static-rc = { version = "0.5", features = ["alloc"], default-features = false, optional = true }

[dev-dependencies]
criterion = { version = "0.3", features = ["cargo_bench_support", "html_reports"], default-features = false }
criterion = { version = "0.4", features = ["cargo_bench_support", "html_reports"], default-features = false }
rand = { version = "0.8", features = ["std_rng"], default-features = false }
mimalloc = { version = "0.1", default-features = false }
wgpu = { version = "0.14", default-features = false }
futures = { version = "0.3", features = ["executor"], default-features = false }
pprof = { version = "0.8", features = ["criterion", "flamegraph"], default-features = false }
pprof = { version = "0.11", features = ["criterion", "flamegraph"], default-features = false }
trybuild = { version = "1", default-features = false }

0 comments on commit 1072958

Please sign in to comment.