Skip to content

Commit 3bd7bfb

Browse files
authored
Merge pull request #106 from flavio/release-0.11.0
Create 0.11.0 relase
2 parents c880042 + d2a635b commit 3bd7bfb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,15 @@ authors = [
1212
]
1313
description = "An OCI implementation in Rust"
1414
edition = "2021"
15-
keywords = [
16-
"oci",
17-
"containers",
18-
]
15+
keywords = ["oci", "containers"]
1916
license = "Apache-2.0"
2017
name = "oci-distribution"
2118
readme = "README.md"
2219
repository = "https://github.com/krustlet/oci-distribution"
23-
version = "0.10.0"
20+
version = "0.11.0"
2421

2522
[badges]
26-
maintenance = {status = "actively-developed"}
23+
maintenance = { status = "actively-developed" }
2724

2825
[features]
2926
default = ["native-tls", "test-registry"]
@@ -44,7 +41,10 @@ jwt = "0.16"
4441
lazy_static = "1.4"
4542
olpc-cjson = "0.1"
4643
regex = "1.6"
47-
reqwest = { version = "0.11", default-features = false, features = ["json", "stream"] }
44+
reqwest = { version = "0.11", default-features = false, features = [
45+
"json",
46+
"stream",
47+
] }
4848
serde_json = "1.0"
4949
serde = { version = "1.0", features = ["derive"] }
5050
sha2 = "0.10"

0 commit comments

Comments
 (0)