Skip to content

Commit

Permalink
feat: Update Sentry to 0.31 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Apr 19, 2023
1 parent 5eb37f9 commit de66c54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ license = "MIT OR Apache-2.0"
name = "sentry-rust-minidump"
readme = "README.md"
repository = "https://github.com/timfish/sentry-rust-minidump"
version = "0.5.1"
version = "0.6.0"

[dependencies]
minidumper-child = "0.1"
sentry = "0.30"
sentry = "0.31"
thiserror = "1"

[dev-dependencies]
actix-rt = "2.7"
sadness-generator = "0.4"
sentry-test-server = {git = "https://github.com/timfish/sentry-test-server.git", rev = "c8d1d7f"}
sentry-test-server = {git = "https://github.com/timfish/sentry-test-server.git", rev = "134c30e"}

0 comments on commit de66c54

Please sign in to comment.