File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,15 @@ authors = [
1212]
1313description = " An OCI implementation in Rust"
1414edition = " 2021"
15- keywords = [
16- " oci" ,
17- " containers" ,
18- ]
15+ keywords = [" oci" , " containers" ]
1916license = " Apache-2.0"
2017name = " oci-distribution"
2118readme = " README.md"
2219repository = " 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 ]
2926default = [" native-tls" , " test-registry" ]
@@ -44,7 +41,10 @@ jwt = "0.16"
4441lazy_static = " 1.4"
4542olpc-cjson = " 0.1"
4643regex = " 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+ ] }
4848serde_json = " 1.0"
4949serde = { version = " 1.0" , features = [" derive" ] }
5050sha2 = " 0.10"
You can’t perform that action at this time.
0 commit comments