From 386667c6c27a3ee2437bd69910538b2131c6a55a Mon Sep 17 00:00:00 2001 From: stringhandler Date: Thu, 9 Mar 2023 10:44:11 +0200 Subject: [PATCH] chore(release): v0.48.0-rc.2 --- 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 bac4a3d077..25fefa842c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5147,7 +5147,7 @@ dependencies = [ [[package]] name = "tari_app_grpc" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "argon2", "base64 0.13.1", @@ -5171,7 +5171,7 @@ dependencies = [ [[package]] name = "tari_app_utilities" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "clap 3.2.23", "futures 0.3.26", @@ -5189,7 +5189,7 @@ dependencies = [ [[package]] name = "tari_base_node" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "anyhow", "async-trait", @@ -5282,7 +5282,7 @@ dependencies = [ [[package]] name = "tari_common" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "anyhow", "blake2 0.9.2", @@ -5308,7 +5308,7 @@ dependencies = [ [[package]] name = "tari_common_sqlite" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "diesel", "log", @@ -5317,7 +5317,7 @@ dependencies = [ [[package]] name = "tari_common_types" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "borsh", "digest 0.9.0", @@ -5334,7 +5334,7 @@ dependencies = [ [[package]] name = "tari_comms" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "anyhow", "async-trait", @@ -5383,7 +5383,7 @@ dependencies = [ [[package]] name = "tari_comms_dht" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "anyhow", "bitflags 1.3.2", @@ -5427,7 +5427,7 @@ dependencies = [ [[package]] name = "tari_comms_rpc_macros" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "futures 0.3.26", "proc-macro2", @@ -5442,7 +5442,7 @@ dependencies = [ [[package]] name = "tari_console_wallet" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "bitflags 1.3.2", "chrono", @@ -5489,7 +5489,7 @@ dependencies = [ [[package]] name = "tari_core" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "bincode", "bitflags 1.3.2", @@ -5627,7 +5627,7 @@ dependencies = [ [[package]] name = "tari_key_manager" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "argon2", "blake2 0.9.2", @@ -5670,7 +5670,7 @@ dependencies = [ [[package]] name = "tari_merge_mining_proxy" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "anyhow", "bincode", @@ -5719,7 +5719,7 @@ dependencies = [ [[package]] name = "tari_miner" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "base64 0.13.1", "borsh", @@ -5754,7 +5754,7 @@ dependencies = [ [[package]] name = "tari_mining_helper_ffi" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "borsh", "hex", @@ -5770,7 +5770,7 @@ dependencies = [ [[package]] name = "tari_mmr" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "bincode", "blake2 0.9.2", @@ -5789,7 +5789,7 @@ dependencies = [ [[package]] name = "tari_p2p" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "anyhow", "clap 2.34.0", @@ -5843,7 +5843,7 @@ dependencies = [ [[package]] name = "tari_service_framework" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "anyhow", "async-trait", @@ -5860,7 +5860,7 @@ dependencies = [ [[package]] name = "tari_shutdown" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "futures 0.3.26", "tokio", @@ -5868,7 +5868,7 @@ dependencies = [ [[package]] name = "tari_storage" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "bincode", "lmdb-zero", @@ -5881,7 +5881,7 @@ dependencies = [ [[package]] name = "tari_test_utils" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "futures 0.3.26", "futures-test", @@ -5911,7 +5911,7 @@ dependencies = [ [[package]] name = "tari_wallet" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "argon2", "async-trait", @@ -5960,7 +5960,7 @@ dependencies = [ [[package]] name = "tari_wallet_ffi" -version = "0.48.0-pre.1" +version = "0.48.0-rc.2" dependencies = [ "borsh", "cbindgen 0.24.3", diff --git a/applications/tari_app_grpc/Cargo.toml b/applications/tari_app_grpc/Cargo.toml index a7aa9dd2a3..8d9c6e0e5e 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" edition = "2018" [dependencies] diff --git a/applications/tari_app_utilities/Cargo.toml b/applications/tari_app_utilities/Cargo.toml index 57e0cccd7e..02c84f9194 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" 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 91f1bdf505..c3dcebd60f 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" edition = "2018" [dependencies] diff --git a/applications/tari_console_wallet/Cargo.toml b/applications/tari_console_wallet/Cargo.toml index 27f21b2f26..c555d361b0 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" 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 8fe78842d5..3569248606 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" edition = "2018" [features] diff --git a/applications/tari_miner/Cargo.toml b/applications/tari_miner/Cargo.toml index 86c1af55c3..9354386cf8 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" edition = "2018" [dependencies] diff --git a/base_layer/common_types/Cargo.toml b/base_layer/common_types/Cargo.toml index 3ef036b952..4186d13adf 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" edition = "2018" [dependencies] diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index 2e712cdc52..4cfe23fbd4 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" edition = "2018" [features] diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index 68951b021f..448706e940 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" edition = "2021" [lib] diff --git a/base_layer/mmr/Cargo.toml b/base_layer/mmr/Cargo.toml index e785d946e5..fe121b128e 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" edition = "2018" [features] diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index ec3d7f9fd0..a1a4f46e01 100644 --- a/base_layer/p2p/Cargo.toml +++ b/base_layer/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_p2p" -version = "v0.48.0-rc.1" +version = "0.48.0-rc.2" 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 f1c6e864f1..efcd7daaf6 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" 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 7d93d77e67..158832293c 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" edition = "2018" [dependencies] diff --git a/base_layer/wallet/Cargo.toml b/base_layer/wallet/Cargo.toml index c74e55ffff..2b4d42e536 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" edition = "2018" [dependencies] diff --git a/base_layer/wallet_ffi/Cargo.toml b/base_layer/wallet_ffi/Cargo.toml index 37781a2ef3..6634b2cfe1 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" edition = "2018" [dependencies] diff --git a/common/Cargo.toml b/common/Cargo.toml index 2761befba3..b41af88d8c 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" edition = "2018" [features] diff --git a/common_sqlite/Cargo.toml b/common_sqlite/Cargo.toml index 6ea427507f..1378506645 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" 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 18d6cc145e..11f209e83c 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" edition = "2018" [dependencies] diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index 4396afa3ca..e362a02560 100644 --- a/comms/dht/Cargo.toml +++ b/comms/dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_comms_dht" -version = "v0.48.0-rc.1" +version = "0.48.0-rc.2" 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 a0748f0f01..ca97541789 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" edition = "2018" [lib] diff --git a/infrastructure/derive/Cargo.toml b/infrastructure/derive/Cargo.toml index c52c2471db..19b63cb4f6 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" edition = "2018" [lib] diff --git a/infrastructure/shutdown/Cargo.toml b/infrastructure/shutdown/Cargo.toml index d35f098162..efa9f8c129 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" 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 8c3c3f43e1..89513cd74f 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" edition = "2018" [dependencies] diff --git a/infrastructure/test_utils/Cargo.toml b/infrastructure/test_utils/Cargo.toml index 1082c7b1d2..4557379cc7 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 = "v0.48.0-rc.1" +version = "0.48.0-rc.2" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause"