Skip to content

Commit 24e8043

Browse files
authored
fix: enable util feature on tower (#89)
Closes #82
2 parents 8aa5043 + 1aec8be commit 24e8043

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changes/tower-build-error.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"qubit": patch
3+
---
4+
5+
Enable the `util` feature on `tower` to close #82

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jsonrpsee = { version = "0.23", features = ["server"] }
2727
serde = { version = "1.0.195", features = ["derive"] }
2828
serde_json = "1.0.117"
2929
tokio = { version = "1.38", features = ["rt", "rt-multi-thread"] }
30-
tower = "0.4"
30+
tower = { version = "0.4", features = ["util"] }
3131
ts-rs = "10.1.0"
3232
qubit-macros = { version = "0.6.4", path = "./crates/qubit-macros" }
3333
trait-variant = "0.1.2"

0 commit comments

Comments
 (0)