Skip to content

Commit

Permalink
fix: oci-distribution features
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed May 8, 2024
1 parent b560f0e commit 9c59e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 9c59e1e

Please sign in to comment.