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 e834aa4 commit fe77641Copy full SHA for fe77641
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sentry"
3
-version = "0.15.1"
+version = "0.15.2"
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.15.1", path = "../../" }
+sentry = { version = "0.15.2", path = "../../" }
18
failure = "0.1.3"
19
fragile = "0.3.0"
0 commit comments