Skip to content

Commit 6adfcc4

Browse files
committed
Pin sentry-types
1 parent be455c7 commit 6adfcc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ debug-logs = []
2222

2323
[dependencies]
2424
breakpad-handler = { version = "0.2.0", path = "./breakpad-handler" }
25-
sentry-core = { version = ">=0.29", features = ["client"] }
25+
sentry-core = { version = ">=0.29,<=0.31.6", features = ["client"] }
26+
sentry-types = ">=0.29,<=0.31.6"
2627
serde_json = "1.0"
2728

2829
[workspace]

0 commit comments

Comments
 (0)