We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be455c7 commit 6adfcc4Copy full SHA for 6adfcc4
Cargo.toml
@@ -22,7 +22,8 @@ debug-logs = []
22
23
[dependencies]
24
breakpad-handler = { version = "0.2.0", path = "./breakpad-handler" }
25
-sentry-core = { version = ">=0.29", features = ["client"] }
+sentry-core = { version = ">=0.29,<=0.31.6", features = ["client"] }
26
+sentry-types = ">=0.29,<=0.31.6"
27
serde_json = "1.0"
28
29
[workspace]
0 commit comments