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