Skip to content

Commit b36d877

Browse files
committed
release: 0.11.0
1 parent 210755a commit b36d877

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentry"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = ["Sentry <[email protected]>"]
55
license = "Apache-2.0"
66
readme = "README.md"

integrations/sentry-actix/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentry-actix"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = ["Sentry <[email protected]>"]
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -13,6 +13,6 @@ Sentry client extension for actix-web
1313

1414
[dependencies]
1515
actix-web = { version = "0.7", default-features = false }
16-
sentry = { version = "0.10.0", path = "../../" }
16+
sentry = { version = "0.11.0", path = "../../" }
1717
failure = "0.1.2"
1818
fragile = "0.3.0"

0 commit comments

Comments
 (0)