Skip to content

Commit 7f48012

Browse files
committed
Actually pin to 0.31.6
1 parent 1c85924 commit 7f48012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ debug-logs = []
2323
[dependencies]
2424
breakpad-handler = { version = "0.2.0", path = "./breakpad-handler" }
2525
sentry-core = { version = ">=0.29,<=0.31.6", features = ["client"] }
26-
sentry-types = ">=0.29,<=0.31.6"
26+
sentry-types = "=0.31.6"
2727
serde_json = "1.0"
2828

2929
[workspace]

0 commit comments

Comments
 (0)