Skip to content

Commit 6d7eef9

Browse files
committed
feat(pool): add a Cache pooling service
1 parent c87b743 commit 6d7eef9

File tree

4 files changed

+460
-2
lines changed

4 files changed

+460
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ jobs:
119119
steps:
120120
- uses: actions/checkout@v4
121121
- uses: dtolnay/rust-toolchain@nightly
122-
- run: cargo rustdoc -- --cfg docsrs -D rustdoc::broken-intra-doc-links
122+
- run: cargo rustdoc --features 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)