This is an automated email from the ASF dual-hosted git repository.

piotr pushed a commit to branch sdk_0.10.0
in repository https://gitbox.apache.org/repos/asf/iggy.git

commit df576becc48c363b3d97867f33ceceb32ec6b2b8
Author: spetz <[email protected]>
AuthorDate: Tue Apr 14 20:13:17 2026 +0200

    chore(sdk): update rust to 0.10.0
---
 Cargo.lock          | 2 +-
 Cargo.toml          | 2 +-
 DEPENDENCIES.md     | 2 +-
 core/sdk/Cargo.toml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index c50ba2bd8..8f036f1dc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5436,7 +5436,7 @@ checksum = 
"cd62e6b5e86ea8eeeb8db1de02880a6abc01a397b2ebb64b5d74ac255318f5cb"
 
 [[package]]
 name = "iggy"
-version = "0.10.1"
+version = "0.10.0"
 dependencies = [
  "async-broadcast",
  "async-dropper",
diff --git a/Cargo.toml b/Cargo.toml
index b35732e32..80ad76cf3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -166,7 +166,7 @@ hwlocality = "1.0.0-alpha.12"
 iceberg = "0.9.0"
 iceberg-catalog-rest = "0.9.0"
 iceberg-storage-opendal = "0.9.0"
-iggy = { path = "core/sdk", version = "0.10.1" }
+iggy = { path = "core/sdk", version = "0.10.0" }
 iggy-cli = { path = "core/cli", version = "0.13.0" }
 iggy_binary_protocol = { path = "core/binary_protocol", version = "0.10.0" }
 iggy_common = { path = "core/common", version = "0.10.0" }
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index 598561bb4..243a0fdf3 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -472,7 +472,7 @@ ident_case: 1.0.1, "Apache-2.0 OR MIT",
 idna: 1.1.0, "Apache-2.0 OR MIT",
 idna_adapter: 1.2.1, "Apache-2.0 OR MIT",
 if_chain: 1.0.3, "Apache-2.0 OR MIT",
-iggy: 0.10.1, "Apache-2.0",
+iggy: 0.10.0, "Apache-2.0",
 iggy-bench: 0.5.0, "Apache-2.0",
 iggy-bench-dashboard-server: 0.7.0, "Apache-2.0",
 iggy-cli: 0.13.0, "Apache-2.0",
diff --git a/core/sdk/Cargo.toml b/core/sdk/Cargo.toml
index bb89dd70a..d7ad2c287 100644
--- a/core/sdk/Cargo.toml
+++ b/core/sdk/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "iggy"
-version = "0.10.1"
+version = "0.10.0"
 description = "Iggy is the persistent message streaming platform written in 
Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing 
millions of messages per second."
 edition = "2024"
 license = "Apache-2.0"

Reply via email to