From d19e5af5ed53022f4b6bc8fc066879907abec8f0 Mon Sep 17 00:00:00 2001 From: mfranciszkiewicz Date: Mon, 16 Nov 2020 10:58:54 +0100 Subject: [PATCH] v0.2.3 --- Cargo.lock | 2 +- runtime/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"