Skip to content

Commit

Permalink
fix: enable util feature on tower (#89)
Browse files Browse the repository at this point in the history
Closes #82
  • Loading branch information
andogq authored Dec 2, 2024
2 parents 8aa5043 + 1aec8be commit 24e8043
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/tower-build-error.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"qubit": patch
---

Enable the `util` feature on `tower` to close #82
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jsonrpsee = { version = "0.23", features = ["server"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.117"
tokio = { version = "1.38", features = ["rt", "rt-multi-thread"] }
tower = "0.4"
tower = { version = "0.4", features = ["util"] }
ts-rs = "10.1.0"
qubit-macros = { version = "0.6.4", path = "./crates/qubit-macros" }
trait-variant = "0.1.2"
Expand Down

0 comments on commit 24e8043

Please sign in to comment.