Skip to content

Commit d300285

Browse files
committed
release: 0.14.2
1 parent 664ad09 commit d300285

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.14.1"
3+
version = "0.14.2"
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.14.1"
3+
version = "0.14.2"
44
authors = ["Sentry <[email protected]>"]
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -14,6 +14,6 @@ edition = "2018"
1414

1515
[dependencies]
1616
actix-web = { version = "0.7", default-features = false }
17-
sentry = { version = "0.14.1", path = "../../" }
17+
sentry = { version = "0.14.2", path = "../../" }
1818
failure = "0.1.3"
1919
fragile = "0.3.0"

0 commit comments

Comments
 (0)