From c8372e59f66c68f53c0d5a9a3811842c865a57e6 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Thu, 26 May 2022 19:11:54 +0200 Subject: [PATCH] Release v0.9.1 Fix: ensure layers bigger than 4Mb can be pushed (issue https://github.com/krustlet/oci-distribution/issues/35) Signed-off-by: Flavio Castelli --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 716301b0..8f40aeaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ license = "Apache-2.0" name = "oci-distribution" readme = "README.md" repository = "https://github.com/krustlet/oci-distribution" -version = "0.9.0" +version = "0.9.1" [badges] maintenance = {status = "actively-developed"}