From 359afdc482c574508a496337103b6157dff65392 Mon Sep 17 00:00:00 2001 From: Ben Breslauer Date: Fri, 4 Sep 2026 16:48:28 -0700 Subject: [PATCH] Bump consistent-choose-k version to 0.1.1 to test out automated publishing --- crates/consistent-choose-k/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/consistent-choose-k/Cargo.toml b/crates/consistent-choose-k/Cargo.toml index d8341a8..449bde9 100644 --- a/crates/consistent-choose-k/Cargo.toml +++ b/crates/consistent-choose-k/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "consistent-choose-k" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Stateless consistent choose-k hashing for replication, failover, and bounded-load placement." repository = "https://github.com/github/rust-gems"