This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch flaky-keyring
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 83f578692 Merge branch 'master' into flaky-keyring
add f762e4f2b feat(server): implement TwoHalves buffer (#2944)
add a6ba900a5 ci: pin Docker actions to SHA and bump setup-bazel per ASF
allowlist (#2999)
add 4de05bb3c Merge branch 'master' into flaky-keyring
No new revisions were added by this update.
Summary of changes:
.github/actions/utils/docker-buildx/action.yml | 17 +-
.../actions/utils/setup-cpp-with-cache/action.yml | 2 +-
.github/workflows/_test.yml | 2 +-
.github/workflows/publish.yml | 4 +-
Cargo.lock | 7 +
Cargo.toml | 1 +
DEPENDENCIES.md | 1 +
core/{clock => iobuf}/Cargo.toml | 10 +-
core/iobuf/src/lib.rs | 604 +++++++++++++++++++++
9 files changed, 630 insertions(+), 18 deletions(-)
copy core/{clock => iobuf}/Cargo.toml (87%)
create mode 100644 core/iobuf/src/lib.rs