Skip to content

Commit

Permalink
Merge pull request #106 from flavio/release-0.11.0
Browse files Browse the repository at this point in the history
Create 0.11.0 relase
  • Loading branch information
flavio committed Dec 6, 2023
2 parents c880042 + d2a635b commit 3bd7bfb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,15 @@ authors = [
]
description = "An OCI implementation in Rust"
edition = "2021"
keywords = [
"oci",
"containers",
]
keywords = ["oci", "containers"]
license = "Apache-2.0"
name = "oci-distribution"
readme = "README.md"
repository = "https://github.com/krustlet/oci-distribution"
version = "0.10.0"
version = "0.11.0"

[badges]
maintenance = {status = "actively-developed"}
maintenance = { status = "actively-developed" }

[features]
default = ["native-tls", "test-registry"]
Expand All @@ -44,7 +41,10 @@ jwt = "0.16"
lazy_static = "1.4"
olpc-cjson = "0.1"
regex = "1.6"
reqwest = { version = "0.11", default-features = false, features = ["json", "stream"] }
reqwest = { version = "0.11", default-features = false, features = [
"json",
"stream",
] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
sha2 = "0.10"
Expand Down

0 comments on commit 3bd7bfb

Please sign in to comment.