Skip to content

Commit

Permalink
Prepare fix release
Browse files Browse the repository at this point in the history
uvm_core version 0.13.3
uvm_install_graph 0.8.2
uvm_install_core 0.9.3
uvm-install2 0.9.3
  • Loading branch information
Larusso committed Jun 27, 2024
1 parent f2969f4 commit 70f7eb0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions install/uvm-install2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uvm-install2"
version = "0.9.2"
version = "0.9.3"
authors = ["Manfred Endres <manfred.endres@tslarusso.de>"]
description = "Install specified unity version."
repository = "https://github.com/Larusso/unity-version-manager"
Expand All @@ -19,10 +19,10 @@ log = "0.4.11"
serde = "1.0"
serde_derive = "1.0"
structopt = "0.3"
uvm_core = { path = "../../uvm_core", version = "0.13.2" }
uvm_core = { path = "../../uvm_core", version = "0.13.3" }
uvm_cli = { path = "../../uvm_cli", version = "0.4.0" }
uvm_install_core = {path = "../uvm_install_core", version = "0.9.2" }
uvm_install_graph = { path = "../../uvm_install_graph", version = "0.8.1" }
uvm_install_core = {path = "../uvm_install_core", version = "0.9.3" }
uvm_install_graph = { path = "../../uvm_install_graph", version = "0.8.2" }

[dev-dependencies]
tempfile = "3.1.0"
Expand Down
4 changes: 2 additions & 2 deletions install/uvm_install_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uvm_install_core"
version = "0.9.2"
version = "0.9.3"
authors = ["Manfred Endres <manfred.endres@tslarusso.de>"]
description = "Base crate with installer functions to install Unity3D and its support modules"
repository = "https://github.com/Larusso/unity-version-manager"
Expand All @@ -12,7 +12,7 @@ edition = "2018"

[dependencies]
cfg-if = "1.0.0"
uvm_core = { path = "../../uvm_core", version = "0.13.2" }
uvm_core = { path = "../../uvm_core", version = "0.13.3" }
uvm_move_dir = {path = "../../uvm_move_dir", version = "0.1.0" }
log = "0.4.11"
reqwest = "0.9.22"
Expand Down
2 changes: 1 addition & 1 deletion uvm_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uvm_core"
version = "0.13.2"
version = "0.13.3"
authors = ["Manfred Endres <manfred.endres@tslarusso.de>"]
description = "The core functionality for the unity version manager commandline client."
repository = "https://github.com/Larusso/unity-version-manager"
Expand Down
4 changes: 2 additions & 2 deletions uvm_install_graph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uvm_install_graph"
version = "0.8.1"
version = "0.8.2"
authors = ["Manfred Endres <manfred.endres@tslarusso.de>"]
description = "A graph view of a unity version manifest"
repository = "https://github.com/Larusso/unity-version-manager"
Expand All @@ -19,7 +19,7 @@ maintenance = { status = "experimental" }
daggy = "0.6.0"
fixedbitset = "0.1.8"
itertools = "0.9.0"
uvm_core = { path = "../uvm_core", version = "0.13.2" }
uvm_core = { path = "../uvm_core", version = "0.13.3" }
[dev-dependencies]
cfg-if = "1.0.0"
stringreader = "0.1.1"

0 comments on commit 70f7eb0

Please sign in to comment.