From 2710dc3cc41164a81a9b9b76bef1347ec6d31e2d Mon Sep 17 00:00:00 2001 From: Manfred Endres Date: Fri, 18 Feb 2022 09:49:49 +0100 Subject: [PATCH] Prepeare release of uvm_install_core 0.5.1 --- Cargo.lock | 2 +- install/uvm_install_core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5229da40..5b3e8903 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2752,7 +2752,7 @@ dependencies = [ [[package]] name = "uvm_install_core" -version = "0.5.0" +version = "0.5.1" dependencies = [ "cfg-if 1.0.0", "derive_deref", diff --git a/install/uvm_install_core/Cargo.toml b/install/uvm_install_core/Cargo.toml index 0f7ef7a6..c10a7706 100644 --- a/install/uvm_install_core/Cargo.toml +++ b/install/uvm_install_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uvm_install_core" -version = "0.5.0" +version = "0.5.1" authors = ["Manfred Endres "] description = "Base crate with installer functions to install Unity3D and its support modules" repository = "https://github.com/Larusso/unity-version-manager"