Skip to content

Commit a457974

Browse files
committed
sentry - Cargo.toml - use the new primitives feature flag
1 parent 1f53d84 commit a457974

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sentry/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ edition = "2018"
88
# Futures
99
futures-preview = { version = "=0.3.0-alpha.19", features = ["compat"]}
1010
# Primitives
11-
primitives = {path = "../primitives"}
11+
primitives = {path = "../primitives", features = ["postgres"]}
1212
adapter = { version = "0.1", path = "../adapter" }
1313
chrono = { version = "0.4", features = ["serde"] }
1414
hex = "0.3.2"
15-
bytes = "0.4.12"
1615
# CLI
1716
clap = "2.33.0"
1817
# Server

0 commit comments

Comments
 (0)