diff options
author | Yuchen Wu <[email protected]> | 2024-10-31 15:40:22 -0700 |
---|---|---|
committer | Yuchen Wu <[email protected]> | 2024-10-31 15:40:22 -0700 |
commit | 1b93914ef4651c68767456afecda5c62cdac8136 (patch) | |
tree | ccd3c05f44c0d9801dd5277b15e68060b3f6e595 /pingora-pool/Cargo.toml | |
parent | fb343ee6bf8e6aa8e84503a588da7d58c9de0cc8 (diff) | |
download | pingora-1b93914ef4651c68767456afecda5c62cdac8136.tar.gz pingora-1b93914ef4651c68767456afecda5c62cdac8136.zip |
Release 0.4.0bleeper-yuchen-88def7550ec
Diffstat (limited to 'pingora-pool/Cargo.toml')
-rw-r--r-- | pingora-pool/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pingora-pool/Cargo.toml b/pingora-pool/Cargo.toml index ad48ad9..866a0f2 100644 --- a/pingora-pool/Cargo.toml +++ b/pingora-pool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pingora-pool" -version = "0.3.0" +version = "0.4.0" authors = ["Yuchen Wu <[email protected]>"] license = "Apache-2.0" edition = "2021" @@ -23,7 +23,7 @@ lru = { workspace = true } log = { workspace = true } parking_lot = "0.12" crossbeam-queue = "0.3" -pingora-timeout = { version = "0.3.0", path = "../pingora-timeout" } +pingora-timeout = { version = "0.4.0", path = "../pingora-timeout" } [dev-dependencies] tokio-test = "0.4" |