Skip to content

Commit 25d782d

Browse files
committed
fix(rbspy): remove wildcard dependency constraint
1 parent cd8e838 commit 25d782d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyroscope_backends/pyroscope_rbspy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rbspy = "0.11.1"
1818
pyroscope = { version = "0.4", path = "../../" }
1919
thiserror ="1.0"
2020
log = "0.4"
21-
anyhow = "*"
21+
anyhow = "1.0.56"
2222

2323
[profile.dev]
2424
opt-level=0

0 commit comments

Comments
 (0)