From ad454d55490c5d5769090d0a943c4e170f95dfd4 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Fri, 19 Sep 2025 12:09:17 -0700 Subject: [PATCH] blobby: 0.4.0-pre.1 This includes the binary file format changes included in #1207 This release is to remove the various [patch.crates-io] we have to support the new format. --- Cargo.lock | 2 +- blobby/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c95317cc..de38a736 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "blobby" -version = "0.4.0-pre.0" +version = "0.4.0-pre.1" [[package]] name = "block-buffer" diff --git a/blobby/Cargo.toml b/blobby/Cargo.toml index 1a612c45..1c60c4e1 100644 --- a/blobby/Cargo.toml +++ b/blobby/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blobby" -version = "0.4.0-pre.0" +version = "0.4.0-pre.1" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" description = "Iterator over simple binary blob storage"