Skip to content

Commit

Permalink
Prepare for crates releases
Browse files Browse the repository at this point in the history
* uvm_core 0.12.0
* uvm_install2 0.8.0
* uvm_install_core 0.8.0
* uvm_install_graph 0.7.0
  • Loading branch information
Larusso committed Nov 16, 2022
1 parent 3b71102 commit 8deb326
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 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.

4 changes: 2 additions & 2 deletions install/uvm-install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ indicatif = "0.15.0"
log = "0.4.11"
console = "0.9.1"
uvm_cli = { path = "../../uvm_cli" }
uvm_core = { path = "../../uvm_core", version = "0.11.0" }
uvm_install_core = {path = "../uvm_install_core", version = "0.7.0" }
uvm_core = { path = "../../uvm_core", version = "0.12.0" }
uvm_install_core = {path = "../uvm_install_core", version = "0.8.0" }
error-chain = "0.12.4"
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.7.0"
version = "0.8.0"
authors = ["Manfred Endres <[email protected]>"]
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.11.0" }
uvm_core = { path = "../../uvm_core", version = "0.12.0" }
uvm_cli = { path = "../../uvm_cli", version = "0.4.0" }
uvm_install_core = {path = "../uvm_install_core", version = "0.7.0" }
uvm_install_graph = { path = "../../uvm_install_graph", version = "0.6.0" }
uvm_install_core = {path = "../uvm_install_core", version = "0.8.0" }
uvm_install_graph = { path = "../../uvm_install_graph", version = "0.7.0" }

[dev-dependencies]
tempfile = "3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion install/uvm-uninstall/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ serde_derive = "1.0"
structopt = "0.3"
uvm_cli = { path = "../../uvm_cli" }
uvm_core = { path = "../../uvm_core" }
uvm_install_core = {path = "../uvm_install_core", version = "0.7.0" }
uvm_install_core = {path = "../uvm_install_core", version = "0.8.0" }
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.7.0"
version = "0.8.0"
authors = ["Manfred Endres <[email protected]>"]
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.11.0" }
uvm_core = { path = "../../uvm_core", version = "0.12.0" }
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.11.0"
version = "0.12.0"
authors = ["Manfred Endres <[email protected]>"]
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.6.0"
version = "0.7.0"
authors = ["Manfred Endres <[email protected]>"]
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.11.0" }
uvm_core = { path = "../uvm_core", version = "0.12.0" }
[dev-dependencies]
cfg-if = "1.0.0"
stringreader = "0.1.1"

0 comments on commit 8deb326

Please sign in to comment.