Skip to content

Commit

Permalink
Merge pull request #294 from bacongobbler/oci-distribution-0.2.0
Browse files Browse the repository at this point in the history
bump oci-distribution to 0.2.0
  • Loading branch information
Matthew Fisher committed Jun 17, 2020
2 parents 87c1458 + 0c3e5c4 commit 2ac8000
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -46,7 +46,7 @@ env_logger = "0.7"
kubelet = { path = "./crates/kubelet", version = "0.3", default-features = false, features = ["cli"] }
wascc-provider = { path = "./crates/wascc-provider", version = "0.3", default-features = false }
wasi-provider = { path = "./crates/wasi-provider", version = "0.3", default-features = false }
oci-distribution = { path = "./crates/oci-distribution", version = "0.1", default-features = false }
oci-distribution = { path = "./crates/oci-distribution", version = "0.2", default-features = false }

[dev-dependencies]
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/kubelet/Cargo.toml
Expand Up @@ -54,7 +54,7 @@ native-tls = "0.2"
tokio-tls = "0.3"
thiserror = "1.0"
lazy_static = "1.4"
oci-distribution = { path = "../oci-distribution", version = "0.1", default-features = false }
oci-distribution = { path = "../oci-distribution", version = "0.2", default-features = false }
url = "2.1"
warp = { version = "0.2", features = ['tls'] }
http = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions crates/oci-distribution/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "oci-distribution"
version = "0.1.0"
version = "0.2.0"
authors = [
"Matt Butcher <matt.butcher@microsoft.com>",
"Matthew Fisher <matt.fisher@microsoft.com>",
Expand Down Expand Up @@ -37,4 +37,4 @@ serde_json = "1.0"
www-authenticate = "0.3"
hyperx = "0.13"
futures-util = "0.3"
log = "0.4"
log = "0.4"
2 changes: 1 addition & 1 deletion crates/wascc-provider/Cargo.toml
Expand Up @@ -38,4 +38,4 @@ wascc-httpsrv = { version = "0.6", features = ["static_plugin"] }
k8s-openapi = { version = "0.8", default-features = false, features = ["v1_17"] }

[dev-dependencies]
oci-distribution = { path = "../oci-distribution", version = "0.1" }
oci-distribution = { path = "../oci-distribution", version = "0.2" }
3 changes: 1 addition & 2 deletions crates/wasi-provider/Cargo.toml
Expand Up @@ -35,5 +35,4 @@ futures = "0.3"
k8s-openapi = { version = "0.8", default-features = false, features = ["v1_17"] }

[dev-dependencies]
oci-distribution = { path = "../oci-distribution", version = "0.1.0" }

oci-distribution = { path = "../oci-distribution", version = "0.2" }

0 comments on commit 2ac8000

Please sign in to comment.