Skip to content

Commit

Permalink
Actually pin to 0.31.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Nov 15, 2023
1 parent 1c85924 commit 7f48012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ debug-logs = []
[dependencies]
breakpad-handler = { version = "0.2.0", path = "./breakpad-handler" }
sentry-core = { version = ">=0.29,<=0.31.6", features = ["client"] }
sentry-types = ">=0.29,<=0.31.6"
sentry-types = "=0.31.6"

This comment has been minimized.

Copy link
@MarijnS95

MarijnS95 Nov 15, 2023

Contributor

Doesn't this break compatibility with the sentry-core bound?

Hopefully no-one is still on that old version though, it probably doesn't matter.

This comment has been minimized.

Copy link
@Jake-Shadle

Jake-Shadle Nov 15, 2023

Author Member

Anything other than a direct version pin doesn't actually pin the patch version.

This comment has been minimized.

Copy link
@MarijnS95

MarijnS95 Nov 15, 2023

Contributor

Oh yeah you are right, that is unfortunate :(

serde_json = "1.0"

[workspace]
Expand Down

0 comments on commit 7f48012

Please sign in to comment.