Skip to content

Commit

Permalink
Update Sentry to 0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Jun 29, 2024
1 parent 06d78e5 commit 7e65b2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.7.0"
version = "0.8.0"

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

[dev-dependencies]
actix-rt = "2.7"
sadness-generator = "0.5"
sentry-test-server = {git = "https://github.com/timfish/sentry-test-server.git", rev = "df19c85"}
sentry-test-server = {git = "https://github.com/timfish/sentry-test-server.git", rev = "3845172"}

[features]
ipc = [ "dep:serde", "dep:serde_json"]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ your application code.

```toml
[dependencies]
sentry = "0.32"
sentry-rust-minidump = "0.7"
sentry = "0.34"
sentry-rust-minidump = "0.8"
```

```rust
Expand Down

0 comments on commit 7e65b2f

Please sign in to comment.