Skip to content

Commit bbd78fb

Browse files
authored
fix: Clean up sentry-actix toml (#285)
1 parent 8b00184 commit bbd78fb

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

sentry-actix/Cargo.toml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,10 @@ readme = "README.md"
77
repository = "https://github.com/getsentry/sentry-rust"
88
homepage = "https://sentry.io/welcome/"
99
description = """
10-
Sentry client extension for actix-web 0.7.
10+
Sentry client extension for actix-web 3.
1111
"""
1212
edition = "2018"
1313

14-
[package.metadata.docs.rs]
15-
all-features = true
16-
17-
[features]
18-
default = ["with_sentry_default"]
19-
with_sentry_default = [
20-
"sentry/transport",
21-
"sentry/panic",
22-
]
23-
2414
[dependencies]
2515
sentry-core = { version = "0.20.1", path = "../sentry-core", default-features = false }
2616
actix-web = { version = "3", default-features = false }

sentry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ sentry-slog = { version = "0.20.1", path = "../sentry-slog", optional = true }
5454
log_ = { package = "log", version = "0.4.8", optional = true, features = ["std"] }
5555
reqwest_ = { package = "reqwest", version = "0.10.8", optional = true, features = ["blocking", "json"], default-features = false }
5656
curl_ = { package = "curl", version = "0.4.25", optional = true }
57-
surf_ = { package = "surf", version = "=2.0.0-alpha.7", optional = true }
57+
surf_ = { package = "surf", version = "2.0.0", optional = true }
5858
futures = { version = "0.3", optional = true }
5959
httpdate = { version = "0.3.2", optional = true }
6060
serde_json = { version = "1.0.48", optional = true }

0 commit comments

Comments
 (0)