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 89f5a3d commit 7e67bc6Copy full SHA for 7e67bc6
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sentry"
3
-version = "0.14.2"
+version = "0.15.0"
4
authors = ["Sentry <hello@sentry.io>"]
5
license = "Apache-2.0"
6
readme = "README.md"
integrations/sentry-actix/Cargo.toml
name = "sentry-actix"
@@ -14,6 +14,6 @@ edition = "2018"
14
15
[dependencies]
16
actix-web = { version = "0.7", default-features = false }
17
-sentry = { version = "0.14.2", path = "../../" }
+sentry = { version = "0.15.0", path = "../../" }
18
failure = "0.1.3"
19
fragile = "0.3.0"
0 commit comments