diff --git a/Cargo.lock b/Cargo.lock index c50ba2bd84..8f036f1dc7 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 b35732e328..80ad76cf36 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 598561bb4a..243a0fdf3b 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 bb89dd70a1..d7ad2c2871 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"