From 915dc9bb690b1ba3c131b667d95ce0178524ec25 Mon Sep 17 00:00:00 2001 From: Handy-caT <37216852+Handy-caT@users.noreply.github.com> Date: Sun, 7 Dec 2025 02:23:04 +0300 Subject: [PATCH 1/3] bump --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c94e1d6..4322c85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,6 @@ lockfree = "0.5.1" uuid = { version = "1.11.0", features = ["v4"] } ordered-float = "5.0.0" # indexset = { version = "0.12.3", features = ["concurrent", "cdc", "multimap"] } -# indexset = { package = "wt-indexset", path = "../indexset", version = "0.12.8", features = ["concurrent", "cdc", "multimap"] } -indexset = { package = "wt-indexset", version = "0.12.10", features = ["concurrent", "cdc", "multimap"] } +# indexset = { package = "wt-indexset", path = "../indexset", version = "0.12.10", features = ["concurrent", "cdc", "multimap"] } +indexset = { package = "wt-indexset", version = "0.12.11", features = ["concurrent", "cdc", "multimap"] } tokio = { version = "1", features = ["full"] } From 1065d8337526f79d894b4d957b0ed812d4dd869e Mon Sep 17 00:00:00 2001 From: Handy-caT <37216852+Handy-caT@users.noreply.github.com> Date: Sun, 7 Dec 2025 02:23:59 +0300 Subject: [PATCH 2/3] bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4322c85..432ec1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["codegen", "tools/create-data-file", "tools/dump-data-file"] [package] name = "data_bucket" -version = "0.3.4" +version = "0.3.5" edition = "2021" authors = ["Handy-caT"] license = "MIT" From 3d2858b7b53dff5442ab12b00d9d8db0e04d9521 Mon Sep 17 00:00:00 2001 From: Handy-caT <37216852+Handy-caT@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:11:46 +0300 Subject: [PATCH 3/3] bump --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 432ec1c..895f7c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["codegen", "tools/create-data-file", "tools/dump-data-file"] [package] name = "data_bucket" -version = "0.3.5" +version = "0.3.6" edition = "2021" authors = ["Handy-caT"] license = "MIT" @@ -21,5 +21,5 @@ uuid = { version = "1.11.0", features = ["v4"] } ordered-float = "5.0.0" # indexset = { version = "0.12.3", features = ["concurrent", "cdc", "multimap"] } # indexset = { package = "wt-indexset", path = "../indexset", version = "0.12.10", features = ["concurrent", "cdc", "multimap"] } -indexset = { package = "wt-indexset", version = "0.12.11", features = ["concurrent", "cdc", "multimap"] } +indexset = { package = "wt-indexset", version = "0.12.12", features = ["concurrent", "cdc", "multimap"] } tokio = { version = "1", features = ["full"] }