Skip to content

Commit

Permalink
Update Sentry to v0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Jan 7, 2025
1 parent 0eb56a0 commit 192ffa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ license = "MIT OR Apache-2.0"
name = "sentry-rust-minidump"
readme = "README.md"
repository = "https://github.com/timfish/sentry-rust-minidump"
version = "0.9.0"
version = "0.10.0"

[dependencies]
minidumper-child = "0.2"
sentry = "0.35"
sentry = "0.36"
thiserror = "2"
serde = { version = "1", features = ["derive"], optional = true }
serde_json = { version = "1", optional = true }

[dev-dependencies]
actix-rt = "2.7"
sadness-generator = "0.6"
sentry-test-server = {git = "https://github.com/timfish/sentry-test-server.git", rev = "4d53bfe"}
sentry-test-server = {git = "https://github.com/timfish/sentry-test-server.git", rev = "105dc5c"}

[features]
ipc = [ "dep:serde", "dep:serde_json"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ application code.

```toml
[dependencies]
sentry = "0.35"
sentry = "0.36"
sentry-rust-minidump = "0.9"
```

Expand Down

0 comments on commit 192ffa0

Please sign in to comment.