Skip to content

Commit 2ac8000

Browse files
author
Matthew Fisher
authored
Merge pull request krustlet#294 from bacongobbler/oci-distribution-0.2.0
bump oci-distribution to 0.2.0
2 parents 87c1458 + 0c3e5c4 commit 2ac8000

6 files changed

Lines changed: 7 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ env_logger = "0.7"
4646
kubelet = { path = "./crates/kubelet", version = "0.3", default-features = false, features = ["cli"] }
4747
wascc-provider = { path = "./crates/wascc-provider", version = "0.3", default-features = false }
4848
wasi-provider = { path = "./crates/wasi-provider", version = "0.3", default-features = false }
49-
oci-distribution = { path = "./crates/oci-distribution", version = "0.1", default-features = false }
49+
oci-distribution = { path = "./crates/oci-distribution", version = "0.2", default-features = false }
5050

5151
[dev-dependencies]
5252
futures = "0.3"

crates/kubelet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ native-tls = "0.2"
5454
tokio-tls = "0.3"
5555
thiserror = "1.0"
5656
lazy_static = "1.4"
57-
oci-distribution = { path = "../oci-distribution", version = "0.1", default-features = false }
57+
oci-distribution = { path = "../oci-distribution", version = "0.2", default-features = false }
5858
url = "2.1"
5959
warp = { version = "0.2", features = ['tls'] }
6060
http = "0.2"

crates/oci-distribution/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oci-distribution"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = [
55
"Matt Butcher <matt.butcher@microsoft.com>",
66
"Matthew Fisher <matt.fisher@microsoft.com>",
@@ -37,4 +37,4 @@ serde_json = "1.0"
3737
www-authenticate = "0.3"
3838
hyperx = "0.13"
3939
futures-util = "0.3"
40-
log = "0.4"
40+
log = "0.4"

crates/wascc-provider/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ wascc-httpsrv = { version = "0.6", features = ["static_plugin"] }
3838
k8s-openapi = { version = "0.8", default-features = false, features = ["v1_17"] }
3939

4040
[dev-dependencies]
41-
oci-distribution = { path = "../oci-distribution", version = "0.1" }
41+
oci-distribution = { path = "../oci-distribution", version = "0.2" }

crates/wasi-provider/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ futures = "0.3"
3535
k8s-openapi = { version = "0.8", default-features = false, features = ["v1_17"] }
3636

3737
[dev-dependencies]
38-
oci-distribution = { path = "../oci-distribution", version = "0.1.0" }
39-
38+
oci-distribution = { path = "../oci-distribution", version = "0.2" }

0 commit comments

Comments
 (0)