diff --git a/Cargo.lock b/Cargo.lock index b99ad556..415c81f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2764,7 +2764,7 @@ dependencies = [ [[package]] name = "ya-runtime-vm" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "bollard-stubs", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index a0108657..36e5db28 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ya-runtime-vm" -version = "0.2.2" +version = "0.2.3" authors = ["Golem Factory "] edition = "2018" license = "GPL-3.0"