Skip to content

Commit

Permalink
chore: new release nextnet 1.0.0-rc.7 (#6302)
Browse files Browse the repository at this point in the history
Description
---
New release for nextnet
  • Loading branch information
SWvheerden committed Apr 22, 2024
1 parent b5b9360 commit 3ea8c17
Show file tree
Hide file tree
Showing 40 changed files with 179 additions and 209 deletions.
62 changes: 31 additions & 31 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 applications/minotari_app_grpc/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ 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 = "1.0.0-pre.12"
version = "1.0.0-rc.7"
edition = "2018"

[dependencies]
Expand All @@ -31,7 +31,7 @@ tonic = { version = "0.8.3", features = ["tls"]}
zeroize = "1"

[build-dependencies]
tari_features = { path = "../../common/tari_features", version = "1.0.0-pre.12" }
tari_features = { path = "../../common/tari_features", version = "1.0.0-rc.7" }
tonic-build = "0.8.4"

[package.metadata.cargo-machete]
Expand Down
4 changes: 2 additions & 2 deletions applications/minotari_app_utilities/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "minotari_app_utilities"
version = "1.0.0-pre.12"
version = "1.0.0-rc.7"
authors = ["The Tari Development Community"]
edition = "2018"
license = "BSD-3-Clause"
Expand All @@ -26,7 +26,7 @@ tonic = "0.8.3"

[build-dependencies]
tari_common = { path = "../../common", features = ["build", "static-application-info"] }
tari_features = { path = "../../common/tari_features", version = "1.0.0-pre.12" }
tari_features = { path = "../../common/tari_features", version = "1.0.0-rc.7" }

[features]
miner_input = ["minotari_app_grpc"]
4 changes: 2 additions & 2 deletions applications/minotari_console_wallet/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "minotari_console_wallet"
version = "1.0.0-pre.12"
version = "1.0.0-rc.7"
authors = ["The Tari Development Community"]
edition = "2018"
license = "BSD-3-Clause"
Expand Down Expand Up @@ -83,7 +83,7 @@ default-features = false
features = ["crossterm"]

[build-dependencies]
tari_features = { path = "../../common/tari_features", version = "1.0.0-pre.12" }
tari_features = { path = "../../common/tari_features", version = "1.0.0-rc.7" }

[features]
default = ["libtor"]
Expand Down
4 changes: 2 additions & 2 deletions applications/minotari_merge_mining_proxy/Cargo.toml
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 = "1.0.0-pre.12"
version = "1.0.0-rc.7"
edition = "2018"

[features]
Expand Down Expand Up @@ -47,7 +47,7 @@ url = "2.1.1"
scraper = "0.19.0"

[build-dependencies]
tari_features = { path = "../../common/tari_features", version = "1.0.0-pre.12"}
tari_features = { path = "../../common/tari_features", version = "1.0.0-rc.7"}

[dev-dependencies]
markup5ever = "0.11.0"
2 changes: 1 addition & 1 deletion applications/minotari_miner/Cargo.toml
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 = "1.0.0-pre.12"
version = "1.0.0-rc.7"
edition = "2018"

[dependencies]
Expand Down
6 changes: 3 additions & 3 deletions applications/minotari_node/Cargo.toml
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 = "1.0.0-pre.12"
version = "1.0.0-rc.7"
edition = "2018"

[dependencies]
Expand All @@ -24,7 +24,7 @@ tari_shutdown = { path = "../../infrastructure/shutdown" }
tari_utilities = { version = "0.7" }
tari_key_manager = { path = "../../base_layer/key_manager", features = [
"key_manager_service",
], version = "1.0.0-pre.12" }
], version = "1.0.0-rc.7" }

anyhow = "1.0.53"
async-trait = "0.1.52"
Expand Down Expand Up @@ -61,7 +61,7 @@ safe = []
libtor = ["tari_libtor"]

[build-dependencies]
tari_features = { path = "../../common/tari_features", version = "1.0.0-pre.12"}
tari_features = { path = "../../common/tari_features", version = "1.0.0-rc.7"}

[package.metadata.cargo-machete]
ignored = [
Expand Down
2 changes: 1 addition & 1 deletion base_layer/chat_ffi/Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "minotari_chat_ffi"
authors = ["The Tari Development Community"]
description = "Tari cryptocurrency chat C FFI bindings"
license = "BSD-3-Clause"
version = "1.0.0-pre.12"
version = "1.0.0-rc.7"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 3ea8c17

Please sign in to comment.