From e946c21567b7d582e230065255af4e8a12623d82 Mon Sep 17 00:00:00 2001 From: Alberto Faria Date: Fri, 15 Mar 2024 15:04:35 +0000 Subject: [PATCH] Release 0.1.3 Signed-off-by: Alberto Faria --- Cargo.lock | 2 +- Cargo.toml | 2 +- examples/minikube/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37ce1db..3a47161 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ dependencies = [ [[package]] name = "crun-vm" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "camino", diff --git a/Cargo.toml b/Cargo.toml index 1bd4fdd..e56aae3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crun-vm" -version = "0.1.2" +version = "0.1.3" edition = "2021" rust-version = "1.74" license = "GPL-2.0-or-later" diff --git a/examples/minikube/README.md b/examples/minikube/README.md index 46fac8d..0905d83 100644 --- a/examples/minikube/README.md +++ b/examples/minikube/README.md @@ -6,7 +6,7 @@ this also points `kubectl` at the minikube cluster): ```console $ ./minikube-start.sh - Compiling crun-vm v0.1.2 (/home/afaria/repos/crun-vm) + Compiling crun-vm v0.1.3 (/home/afaria/repos/crun-vm) Finished dev [unoptimized + debuginfo] target(s) in 1.38s 😄 [crun-vm-example] minikube v1.32.0 on Fedora 39 [...]