From 9c59e1ed87e2ce67aa10cad6f464b35c823de656 Mon Sep 17 00:00:00 2001 From: Eguo Wang Date: Wed, 8 May 2024 09:52:48 +0800 Subject: [PATCH] fix: oci-distribution features --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bfbd1d2..9f9c422 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "amp-common" description = "Rust libraries shared across Amphitheatre components and libraries" -version = "0.8.2" +version = "0.8.3" edition = "2021" license = "Apache-2.0" homepage = "https://amphitheatre.app" @@ -20,7 +20,7 @@ json_comments = "0.2.2" k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "v1_30"] } kube = { version = "0.91.0", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] } notify = "6.1.1" -oci-distribution = { version = "0.11.0", features = ["rustls-tls", "test-registry"] } +oci-distribution = { version = "0.11.0", default-features = false, features = ["rustls-tls", "test-registry"] } schemars = "0.8.16" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.115"