diff --git a/.changes/tower-build-error.md b/.changes/tower-build-error.md new file mode 100644 index 0000000..4d0869f --- /dev/null +++ b/.changes/tower-build-error.md @@ -0,0 +1,5 @@ +--- +"qubit": patch +--- + +Enable the `util` feature on `tower` to close #82 diff --git a/Cargo.toml b/Cargo.toml index c6bd292..d22f6e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"