Skip to content

Commit 3092950

Browse files
fix missing tokio dep (#165)
1 parent 5891894 commit 3092950

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

disintegrate-postgres/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme.workspace = true
1010

1111
[features]
1212
default = []
13-
listener = ["dep:tokio", "dep:tokio-util"]
13+
listener = ["dep:tokio-util"]
1414

1515
[dependencies]
1616
disintegrate = { version = "2.0.0", path = "../disintegrate" }
@@ -23,7 +23,7 @@ async-trait = "0.1.80"
2323
futures = "0.3.30"
2424
async-stream = "0.3.5"
2525
thiserror = "2.0.11"
26-
tokio = {version = "1.43.0", features = ["macros"], optional = true}
26+
tokio = {version = "1.43.0", features = ["macros"]}
2727
tokio-util = {version = "0.7.13", optional = true}
2828
uuid = { version = "1.11.0", features = ["v3"] }
2929
md-5 = "0.10.6"

0 commit comments

Comments
 (0)