Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Sep 3, 2018
1 parent 9b570e2 commit 436e03c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry"
version = "0.8.0"
version = "0.9.0"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions integrations/sentry-actix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-actix"
version = "0.3.0"
version = "0.4.0"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ Sentry client extension for actix-web

[dependencies]
actix-web = { version = "0.7", default-features = false }
sentry = { version = "0.8.0", path = "../../" }
sentry = { version = "0.9.0", path = "../../" }
failure = "0.1.1"
uuid = "0.6.5"
fragile = "0.3.0"

0 comments on commit 436e03c

Please sign in to comment.