This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch harden-crates-release
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 1d5758c0c feat(ci): harden Rust crate publish chain after rc1 incident
add d4cdfcaf8 fix(sdk): inline iobuf into iggy_binary_protocol (#3110)
add 905a3ef75 Merge branch 'master' into harden-crates-release
No new revisions were added by this update.
Summary of changes:
.github/actions/rust/pre-merge/action.yml | 2 +-
.github/config/components.yml | 10 ---------
Cargo.lock | 17 ++------------
Cargo.toml | 3 +--
DEPENDENCIES.md | 1 -
core/binary_protocol/Cargo.toml | 3 ++-
.../src/consensus/iobuf.rs} | 0
core/binary_protocol/src/consensus/message.rs | 10 +++++++--
core/binary_protocol/src/consensus/mod.rs | 14 ++++++++++++
core/common/Cargo.toml | 1 -
core/common/src/lib.rs | 1 -
core/common/src/types/send_messages2.rs | 4 ++--
core/consensus/Cargo.toml | 1 -
core/consensus/src/plane_helpers.rs | 2 +-
core/iobuf/Cargo.toml | 26 ----------------------
core/journal/Cargo.toml | 1 -
core/journal/src/prepare_journal.rs | 2 +-
core/metadata/Cargo.toml | 1 -
core/metadata/src/impls/recovery.rs | 2 +-
core/partitions/Cargo.toml | 1 -
core/partitions/src/iggy_partitions.rs | 2 +-
core/partitions/src/journal.rs | 2 +-
core/partitions/src/lib.rs | 2 +-
core/partitions/src/messages_writer.rs | 2 +-
core/partitions/src/types.rs | 2 +-
core/simulator/Cargo.toml | 1 -
core/simulator/src/client.rs | 2 +-
core/simulator/src/deps.rs | 2 +-
core/simulator/src/packet.rs | 6 +++--
29 files changed, 44 insertions(+), 79 deletions(-)
rename core/{iobuf/src/lib.rs => binary_protocol/src/consensus/iobuf.rs} (100%)
delete mode 100644 core/iobuf/Cargo.toml