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 210755a commit b36d877Copy full SHA for b36d877
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sentry"
3
-version = "0.10.0"
+version = "0.11.0"
4
authors = ["Sentry <hello@sentry.io>"]
5
license = "Apache-2.0"
6
readme = "README.md"
integrations/sentry-actix/Cargo.toml
name = "sentry-actix"
@@ -13,6 +13,6 @@ Sentry client extension for actix-web
13
14
[dependencies]
15
actix-web = { version = "0.7", default-features = false }
16
-sentry = { version = "0.10.0", path = "../../" }
+sentry = { version = "0.11.0", path = "../../" }
17
failure = "0.1.2"
18
fragile = "0.3.0"
0 commit comments