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-ketama/Cargo.toml | |
parent | fb343ee6bf8e6aa8e84503a588da7d58c9de0cc8 (diff) | |
download | pingora-1b93914ef4651c68767456afecda5c62cdac8136.tar.gz pingora-1b93914ef4651c68767456afecda5c62cdac8136.zip |
Release 0.4.0bleeper-yuchen-88def7550ec
Diffstat (limited to 'pingora-ketama/Cargo.toml')
-rw-r--r-- | pingora-ketama/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pingora-ketama/Cargo.toml b/pingora-ketama/Cargo.toml index f3956a1..2574ece 100644 --- a/pingora-ketama/Cargo.toml +++ b/pingora-ketama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pingora-ketama" -version = "0.3.0" +version = "0.4.0" description = "Rust port of the nginx consistent hash function" authors = ["Pingora Team <[email protected]>"] license = "Apache-2.0" |