From ddbc2fe269929d730e8b2a145f188b5dcef63e2c Mon Sep 17 00:00:00 2001 From: Manfred Endres Date: Mon, 11 Dec 2023 10:48:11 +0100 Subject: [PATCH] Prepare fix release of uvm_install_core --- Cargo.lock | 2 +- install/uvm-install2/Cargo.toml | 2 +- install/uvm_install_core/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0fb2d6f..640db8c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3394,7 +3394,7 @@ dependencies = [ [[package]] name = "uvm_install_core" -version = "0.9.1" +version = "0.9.2" dependencies = [ "cfg-if 1.0.0", "derive_deref", diff --git a/install/uvm-install2/Cargo.toml b/install/uvm-install2/Cargo.toml index ef73d45a..fc01db2c 100644 --- a/install/uvm-install2/Cargo.toml +++ b/install/uvm-install2/Cargo.toml @@ -21,7 +21,7 @@ serde_derive = "1.0" structopt = "0.3" uvm_core = { path = "../../uvm_core", version = "0.13.2" } uvm_cli = { path = "../../uvm_cli", version = "0.4.0" } -uvm_install_core = {path = "../uvm_install_core", version = "0.9.1" } +uvm_install_core = {path = "../uvm_install_core", version = "0.9.2" } uvm_install_graph = { path = "../../uvm_install_graph", version = "0.8.1" } [dev-dependencies] diff --git a/install/uvm_install_core/Cargo.toml b/install/uvm_install_core/Cargo.toml index f175cf43..4731537b 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.9.1" +version = "0.9.2" authors = ["Manfred Endres "] description = "Base crate with installer functions to install Unity3D and its support modules" repository = "https://github.com/Larusso/unity-version-manager"