Skip to content

Commit 0c5e0c7

Browse files
committed
release: 0.17.0
1 parent e6ad4d8 commit 0c5e0c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentry"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
authors = ["Sentry <[email protected]>"]
55
license = "Apache-2.0"
66
readme = "README.md"

integrations/sentry-actix/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentry-actix"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
authors = ["Sentry <[email protected]>"]
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -28,6 +28,6 @@ with_sentry_default = [
2828

2929
[dependencies]
3030
actix-web = { version = "0.7", default-features = false }
31-
sentry = { version = "0.16.0", path = "../../", default-features = false }
31+
sentry = { version = "0.17.0", path = "../../", default-features = false }
3232
failure = "0.1.3"
3333
fragile = "0.3.0"

0 commit comments

Comments
 (0)