Skip to content

Commit

Permalink
Fix pprof dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Jul 20, 2023
1 parent d8bc1a2 commit 98a8917
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
84 changes: 42 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ prost-build = "0.11"
[profile.bench]
lto = true

[target.'cfg(not(target_env = "msvc"))'.dependencies]
pprof = {version = "0.12", features = ["flamegraph"]}
[target.'cfg(not(target_env = "msvc"))'.dev-dependencies]
pprof = {version = "0.11", features = ["flamegraph"]}

0 comments on commit 98a8917

Please sign in to comment.