Skip to content

Commit

Permalink
v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Jul 8, 2022
1 parent 045997a commit edcdf33
Show file tree
Hide file tree
Showing 31 changed files with 162 additions and 129 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions applications/launchpad/backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_launchpad"
version = "0.33.0"
version = "0.34.0"
description = "The Tari Launcher"
authors = ["The Tari Development Community"]
license = "BSD-3-Clause"
Expand All @@ -14,8 +14,8 @@ build = "src/build.rs"
tauri-build = { version = "1.0.0-rc.5", features = [] }

[dependencies]
tari_app_utilities = { version = "^0.33", path = "../../tari_app_utilities" }
tari_comms = { version = "^0.33", path = "../../../comms/core" }
tari_app_utilities = { version = "^0.34", path = "../../tari_app_utilities" }
tari_comms = { version = "^0.34", path = "../../../comms/core" }
tari_common = { path="../../../common"}

bollard = "0.11.1"
Expand Down
4 changes: 2 additions & 2 deletions applications/tari_app_grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ authors = ["The Tari Development Community"]
description = "This crate is to provide a single source for all cross application grpc files and conversions to and from tari::core"
repository = "https://github.com/tari-project/tari"
license = "BSD-3-Clause"
version = "0.33.0"
version = "0.34.0"
edition = "2018"

[dependencies]
tari_common_types = { version = "^0.33", path = "../../base_layer/common_types"}
tari_common_types = { version = "^0.34", path = "../../base_layer/common_types"}
tari_comms = { path = "../../comms/core"}
tari_core = { path = "../../base_layer/core"}
tari_crypto = { git = "https://github.com/tari-project/tari-crypto.git", tag = "v0.15.0" }
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_app_utilities/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_app_utilities"
version = "0.33.0"
version = "0.34.0"
authors = ["The Tari Development Community"]
edition = "2018"
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_base_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"]
description = "The tari full base node implementation"
repository = "https://github.com/tari-project/tari"
license = "BSD-3-Clause"
version = "0.33.0"
version = "0.34.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_console_wallet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_console_wallet"
version = "0.33.0"
version = "0.34.0"
authors = ["The Tari Development Community"]
edition = "2018"
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_merge_mining_proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"]
description = "The Tari merge mining proxy for xmrig"
repository = "https://github.com/tari-project/tari"
license = "BSD-3-Clause"
version = "0.33.0"
version = "0.34.0"
edition = "2018"

[features]
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_miner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"]
description = "The tari miner implementation"
repository = "https://github.com/tari-project/tari"
license = "BSD-3-Clause"
version = "0.33.0"
version = "0.34.0"
edition = "2018"

[dependencies]
Expand Down
Loading

0 comments on commit edcdf33

Please sign in to comment.