From 5af3e3b8c7634971e74818c3f770c237ac23c882 Mon Sep 17 00:00:00 2001 From: stringhandler Date: Wed, 8 Mar 2023 09:28:39 +0200 Subject: [PATCH] chore(release): v0.48.0-rc.0 --- Cargo.lock | 46 +++++++++---------- applications/tari_app_grpc/Cargo.toml | 2 +- applications/tari_app_utilities/Cargo.toml | 2 +- applications/tari_base_node/Cargo.toml | 2 +- applications/tari_console_wallet/Cargo.toml | 2 +- .../tari_merge_mining_proxy/Cargo.toml | 2 +- applications/tari_miner/Cargo.toml | 2 +- base_layer/common_types/Cargo.toml | 2 +- base_layer/core/Cargo.toml | 2 +- base_layer/key_manager/Cargo.toml | 2 +- base_layer/mmr/Cargo.toml | 2 +- base_layer/p2p/Cargo.toml | 2 +- base_layer/service_framework/Cargo.toml | 2 +- base_layer/tari_mining_helper_ffi/Cargo.toml | 2 +- base_layer/wallet/Cargo.toml | 2 +- base_layer/wallet_ffi/Cargo.toml | 2 +- common/Cargo.toml | 2 +- common_sqlite/Cargo.toml | 2 +- comms/core/Cargo.toml | 2 +- comms/dht/Cargo.toml | 2 +- comms/rpc_macros/Cargo.toml | 2 +- infrastructure/derive/Cargo.toml | 2 +- infrastructure/shutdown/Cargo.toml | 2 +- infrastructure/storage/Cargo.toml | 2 +- infrastructure/test_utils/Cargo.toml | 2 +- 25 files changed, 47 insertions(+), 47 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8dc24c07b..9aba56701d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5155,7 +5155,7 @@ dependencies = [ [[package]] name = "tari_app_grpc" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "argon2", "base64 0.13.1", @@ -5179,7 +5179,7 @@ dependencies = [ [[package]] name = "tari_app_utilities" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "clap 3.2.23", "futures 0.3.26", @@ -5197,7 +5197,7 @@ dependencies = [ [[package]] name = "tari_base_node" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "anyhow", "async-trait", @@ -5290,7 +5290,7 @@ dependencies = [ [[package]] name = "tari_common" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "anyhow", "blake2 0.9.2", @@ -5316,7 +5316,7 @@ dependencies = [ [[package]] name = "tari_common_sqlite" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "diesel", "log", @@ -5325,7 +5325,7 @@ dependencies = [ [[package]] name = "tari_common_types" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "borsh", "digest 0.9.0", @@ -5342,7 +5342,7 @@ dependencies = [ [[package]] name = "tari_comms" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "anyhow", "async-trait", @@ -5391,7 +5391,7 @@ dependencies = [ [[package]] name = "tari_comms_dht" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "anyhow", "bitflags 1.3.2", @@ -5435,7 +5435,7 @@ dependencies = [ [[package]] name = "tari_comms_rpc_macros" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "futures 0.3.26", "proc-macro2", @@ -5450,7 +5450,7 @@ dependencies = [ [[package]] name = "tari_console_wallet" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "bitflags 1.3.2", "chrono", @@ -5497,7 +5497,7 @@ dependencies = [ [[package]] name = "tari_core" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "bincode", "bitflags 1.3.2", @@ -5635,7 +5635,7 @@ dependencies = [ [[package]] name = "tari_key_manager" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "argon2", "blake2 0.9.2", @@ -5678,7 +5678,7 @@ dependencies = [ [[package]] name = "tari_merge_mining_proxy" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "anyhow", "bincode", @@ -5727,7 +5727,7 @@ dependencies = [ [[package]] name = "tari_miner" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "base64 0.13.1", "borsh", @@ -5762,7 +5762,7 @@ dependencies = [ [[package]] name = "tari_mining_helper_ffi" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "borsh", "hex", @@ -5778,7 +5778,7 @@ dependencies = [ [[package]] name = "tari_mmr" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "bincode", "blake2 0.9.2", @@ -5797,7 +5797,7 @@ dependencies = [ [[package]] name = "tari_p2p" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "anyhow", "clap 2.34.0", @@ -5851,7 +5851,7 @@ dependencies = [ [[package]] name = "tari_service_framework" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "anyhow", "async-trait", @@ -5868,7 +5868,7 @@ dependencies = [ [[package]] name = "tari_shutdown" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "futures 0.3.26", "tokio", @@ -5876,7 +5876,7 @@ dependencies = [ [[package]] name = "tari_storage" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "bincode", "lmdb-zero", @@ -5889,7 +5889,7 @@ dependencies = [ [[package]] name = "tari_test_utils" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "futures 0.3.26", "futures-test", @@ -5919,7 +5919,7 @@ dependencies = [ [[package]] name = "tari_wallet" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "argon2", "async-trait", @@ -5968,7 +5968,7 @@ dependencies = [ [[package]] name = "tari_wallet_ffi" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" dependencies = [ "borsh", "cbindgen 0.24.3", diff --git a/applications/tari_app_grpc/Cargo.toml b/applications/tari_app_grpc/Cargo.toml index 6b97c6fa7d..aa900ca837 100644 --- a/applications/tari_app_grpc/Cargo.toml +++ b/applications/tari_app_grpc/Cargo.toml @@ -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 = "0.48.0-pre.0" +version = "0.48.0-rc.0" edition = "2018" [dependencies] diff --git a/applications/tari_app_utilities/Cargo.toml b/applications/tari_app_utilities/Cargo.toml index 87b20228e8..d469f480f5 100644 --- a/applications/tari_app_utilities/Cargo.toml +++ b/applications/tari_app_utilities/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_app_utilities" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/applications/tari_base_node/Cargo.toml b/applications/tari_base_node/Cargo.toml index 735a4510a1..910485c1a2 100644 --- a/applications/tari_base_node/Cargo.toml +++ b/applications/tari_base_node/Cargo.toml @@ -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.48.0-pre.0" +version = "0.48.0-rc.0" edition = "2018" [dependencies] diff --git a/applications/tari_console_wallet/Cargo.toml b/applications/tari_console_wallet/Cargo.toml index 2c8770695a..5108cc1946 100644 --- a/applications/tari_console_wallet/Cargo.toml +++ b/applications/tari_console_wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_console_wallet" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/applications/tari_merge_mining_proxy/Cargo.toml b/applications/tari_merge_mining_proxy/Cargo.toml index fcd4f75363..a6f3dd9a1b 100644 --- a/applications/tari_merge_mining_proxy/Cargo.toml +++ b/applications/tari_merge_mining_proxy/Cargo.toml @@ -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.48.0-pre.0" +version = "0.48.0-rc.0" edition = "2018" [features] diff --git a/applications/tari_miner/Cargo.toml b/applications/tari_miner/Cargo.toml index 5e0aacd88c..b22afceb82 100644 --- a/applications/tari_miner/Cargo.toml +++ b/applications/tari_miner/Cargo.toml @@ -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.48.0-pre.0" +version = "0.48.0-rc.0" edition = "2018" [dependencies] diff --git a/base_layer/common_types/Cargo.toml b/base_layer/common_types/Cargo.toml index 0744a317e7..20b1e11161 100644 --- a/base_layer/common_types/Cargo.toml +++ b/base_layer/common_types/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_common_types" authors = ["The Tari Development Community"] description = "Tari cryptocurrency common types" license = "BSD-3-Clause" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" edition = "2018" [dependencies] diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index 63bc979d68..72be6c035d 100644 --- a/base_layer/core/Cargo.toml +++ b/base_layer/core/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" edition = "2018" [features] diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index 3841120b34..bbf085d483 100644 --- a/base_layer/key_manager/Cargo.toml +++ b/base_layer/key_manager/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet key management" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" edition = "2021" [lib] diff --git a/base_layer/mmr/Cargo.toml b/base_layer/mmr/Cargo.toml index f7b94a2ad3..e2542817c8 100644 --- a/base_layer/mmr/Cargo.toml +++ b/base_layer/mmr/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "A Merkle Mountain Range implementation" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" edition = "2018" [features] diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index 044f102ea6..2936991bea 100644 --- a/base_layer/p2p/Cargo.toml +++ b/base_layer/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_p2p" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" authors = ["The Tari Development community"] description = "Tari base layer-specific peer-to-peer communication features" repository = "https://github.com/tari-project/tari" diff --git a/base_layer/service_framework/Cargo.toml b/base_layer/service_framework/Cargo.toml index 98a1c81991..b47e244153 100644 --- a/base_layer/service_framework/Cargo.toml +++ b/base_layer/service_framework/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_service_framework" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" authors = ["The Tari Development Community"] description = "The Tari communication stack service framework" repository = "https://github.com/tari-project/tari" diff --git a/base_layer/tari_mining_helper_ffi/Cargo.toml b/base_layer/tari_mining_helper_ffi/Cargo.toml index 6c98f67088..8ed7f578e0 100644 --- a/base_layer/tari_mining_helper_ffi/Cargo.toml +++ b/base_layer/tari_mining_helper_ffi/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_mining_helper_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency miningcore C FFI bindings" license = "BSD-3-Clause" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" edition = "2018" [dependencies] diff --git a/base_layer/wallet/Cargo.toml b/base_layer/wallet/Cargo.toml index 50acb92c02..1e1476e0ef 100644 --- a/base_layer/wallet/Cargo.toml +++ b/base_layer/wallet/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_wallet" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet library" license = "BSD-3-Clause" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" edition = "2018" [dependencies] diff --git a/base_layer/wallet_ffi/Cargo.toml b/base_layer/wallet_ffi/Cargo.toml index bebd8861f6..04004275e4 100644 --- a/base_layer/wallet_ffi/Cargo.toml +++ b/base_layer/wallet_ffi/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_wallet_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet C FFI bindings" license = "BSD-3-Clause" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" edition = "2018" [dependencies] diff --git a/common/Cargo.toml b/common/Cargo.toml index 5ba2e0170b..f53b887a4c 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" edition = "2018" [features] diff --git a/common_sqlite/Cargo.toml b/common_sqlite/Cargo.toml index 0c4b406251..e04e3cfb60 100644 --- a/common_sqlite/Cargo.toml +++ b/common_sqlite/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_common_sqlite" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet library" license = "BSD-3-Clause" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/comms/core/Cargo.toml b/comms/core/Cargo.toml index 416a80c860..1354027645 100644 --- a/comms/core/Cargo.toml +++ b/comms/core/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" edition = "2018" [dependencies] diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index 90a277283b..cabbb2a3bd 100644 --- a/comms/dht/Cargo.toml +++ b/comms/dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_comms_dht" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" authors = ["The Tari Development Community"] description = "Tari comms DHT module" repository = "https://github.com/tari-project/tari" diff --git a/comms/rpc_macros/Cargo.toml b/comms/rpc_macros/Cargo.toml index 403d9a0f03..b71ca3f6b1 100644 --- a/comms/rpc_macros/Cargo.toml +++ b/comms/rpc_macros/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" edition = "2018" [lib] diff --git a/infrastructure/derive/Cargo.toml b/infrastructure/derive/Cargo.toml index f84e564749..5c294425f4 100644 --- a/infrastructure/derive/Cargo.toml +++ b/infrastructure/derive/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" edition = "2018" [lib] diff --git a/infrastructure/shutdown/Cargo.toml b/infrastructure/shutdown/Cargo.toml index 2a4493cb6d..7fba2ba5e4 100644 --- a/infrastructure/shutdown/Cargo.toml +++ b/infrastructure/shutdown/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/infrastructure/storage/Cargo.toml b/infrastructure/storage/Cargo.toml index 6b5f2f3597..215e6b2b96 100644 --- a/infrastructure/storage/Cargo.toml +++ b/infrastructure/storage/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" edition = "2018" [dependencies] diff --git a/infrastructure/test_utils/Cargo.toml b/infrastructure/test_utils/Cargo.toml index c200c8f16c..9e08b39ba2 100644 --- a/infrastructure/test_utils/Cargo.toml +++ b/infrastructure/test_utils/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tari_test_utils" description = "Utility functions used in Tari test functions" -version = "0.48.0-pre.0" +version = "0.48.0-rc.0" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause"