Skip to content

Commit f5b6508

Browse files
committed
feat(pool): add a Cache pooling service
1 parent bfbfa0d commit f5b6508

File tree

6 files changed

+515
-44
lines changed

6 files changed

+515
-44
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ jobs:
126126
steps:
127127
- uses: actions/checkout@v5
128128
- uses: dtolnay/rust-toolchain@nightly
129-
- run: cargo rustdoc -- --cfg docsrs -D rustdoc::broken_intra_doc_links
129+
- run: cargo rustdoc --featues full -- --cfg docsrs -D rustdoc::broken_intra_doc_links

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ full = [
7676

7777
client = ["hyper/client", "tokio/net", "dep:tracing", "dep:futures-channel", "dep:tower-service"]
7878
client-legacy = ["client", "dep:socket2", "tokio/sync", "dep:libc", "dep:futures-util"]
79-
client-pool = []
79+
client-pool = ["dep:futures-util"]
8080
client-proxy = ["client", "dep:base64", "dep:ipnet", "dep:percent-encoding"]
8181
client-proxy-system = ["dep:system-configuration", "dep:windows-registry"]
8282

0 commit comments

Comments
 (0)