From c11ac742d0741b0df55c6b47301b421d18a0b014 Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Wed, 16 Oct 2024 12:40:25 +0200 Subject: [PATCH] muvm: Bump version to 0.1.3 This is a minor hotfix release to deal with the /etc/hostname issue. Signed-off-by: Sergio Lopez --- Cargo.lock | 2 +- crates/muvm/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8dc5c9b..368f8e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,7 +366,7 @@ dependencies = [ [[package]] name = "muvm" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "bpaf", diff --git a/crates/muvm/Cargo.toml b/crates/muvm/Cargo.toml index 17f1ecc..f9f1d83 100644 --- a/crates/muvm/Cargo.toml +++ b/crates/muvm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muvm" -version = "0.1.2" +version = "0.1.3" authors = ["Sergio Lopez ", "Teoh Han Hui "] edition = "2021" rust-version = "1.77.0"