We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b570e2 commit 436e03cCopy full SHA for 436e03c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sentry"
3
-version = "0.8.0"
+version = "0.9.0"
4
authors = ["Sentry <hello@sentry.io>"]
5
license = "Apache-2.0"
6
readme = "README.md"
integrations/sentry-actix/Cargo.toml
name = "sentry-actix"
-version = "0.3.0"
+version = "0.4.0"
@@ -13,7 +13,7 @@ Sentry client extension for actix-web
13
14
[dependencies]
15
actix-web = { version = "0.7", default-features = false }
16
-sentry = { version = "0.8.0", path = "../../" }
+sentry = { version = "0.9.0", path = "../../" }
17
failure = "0.1.1"
18
uuid = "0.6.5"
19
fragile = "0.3.0"
0 commit comments