Skip to content

Commit

Permalink
Pin sentry-types
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Nov 15, 2023
1 parent be455c7 commit 6adfcc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ debug-logs = []

[dependencies]
breakpad-handler = { version = "0.2.0", path = "./breakpad-handler" }
sentry-core = { version = ">=0.29", features = ["client"] }
sentry-core = { version = ">=0.29,<=0.31.6", features = ["client"] }
sentry-types = ">=0.29,<=0.31.6"
serde_json = "1.0"

[workspace]
Expand Down

0 comments on commit 6adfcc4

Please sign in to comment.