Skip to content

Commit

Permalink
fix(rbspy): remove wildcard dependency constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
omarabid committed Mar 30, 2022
1 parent cd8e838 commit 25d782d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyroscope_backends/pyroscope_rbspy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rbspy = "0.11.1"
pyroscope = { version = "0.4", path = "../../" }
thiserror ="1.0"
log = "0.4"
anyhow = "*"
anyhow = "1.0.56"

[profile.dev]
opt-level=0
Expand Down

0 comments on commit 25d782d

Please sign in to comment.