Skip to content

Commit e3ce061

Browse files
committed
0.8.0
1 parent 19d1a6b commit e3ce061

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.7.0"
3+
version = "0.8.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.2.0"
3+
version = "0.3.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.7.0", path = "../../" }
16+
sentry = { version = "0.8.0", path = "../../" }
1717
failure = "0.1.1"
1818
uuid = "0.6.5"

0 commit comments

Comments
 (0)