From 9295ba11c1e56da989dc25d22d34283f1155893b Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Fri, 30 Sep 2022 14:03:09 +0200 Subject: [PATCH] Release v0.9.3 Changes since v0.9.2: * feat: allow use of trust-dns * chore: replace no longer maintained dependencies with actively maintained ones * chore: update dependencies Signed-off-by: Flavio Castelli --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bda2beb5..a2ccdd7a 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.2" +version = "0.9.3" [badges] maintenance = {status = "actively-developed"}