From e585f31d6de37d8b19e9f41b7b766f9fba1584f0 Mon Sep 17 00:00:00 2001 From: Mike the Tike Date: Fri, 29 Oct 2021 09:41:01 +0200 Subject: [PATCH] v0.12.0 --- Cargo.lock | 48 +++++++++---------- applications/tari_app_grpc/Cargo.toml | 4 +- 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_mining_node/Cargo.toml | 2 +- applications/test_faucet/Cargo.toml | 2 +- base_layer/common_types/Cargo.toml | 2 +- base_layer/core/Cargo.toml | 30 ++++++------ base_layer/key_manager/Cargo.toml | 2 +- base_layer/mmr/Cargo.toml | 4 +- base_layer/p2p/Cargo.toml | 18 +++---- base_layer/service_framework/Cargo.toml | 6 +-- base_layer/tari_stratum_ffi/Cargo.toml | 4 +- base_layer/wallet/Cargo.toml | 26 +++++----- base_layer/wallet_ffi/Cargo.toml | 22 ++++----- common/Cargo.toml | 6 +-- comms/Cargo.toml | 10 ++-- comms/dht/Cargo.toml | 14 +++--- comms/rpc_macros/Cargo.toml | 6 +-- infrastructure/derive/Cargo.toml | 2 +- infrastructure/shutdown/Cargo.toml | 2 +- infrastructure/storage/Cargo.toml | 2 +- infrastructure/test_utils/Cargo.toml | 2 +- 25 files changed, 111 insertions(+), 111 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab2f3ba05b..52d114c844 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4236,7 +4236,7 @@ dependencies = [ [[package]] name = "tari_app_grpc" -version = "0.11.0" +version = "0.12.0" dependencies = [ "chrono", "prost", @@ -4251,7 +4251,7 @@ dependencies = [ [[package]] name = "tari_app_utilities" -version = "0.11.0" +version = "0.12.0" dependencies = [ "config", "dirs-next 1.0.2", @@ -4276,7 +4276,7 @@ dependencies = [ [[package]] name = "tari_base_node" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "bincode", @@ -4334,7 +4334,7 @@ dependencies = [ [[package]] name = "tari_common" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "config", @@ -4364,7 +4364,7 @@ dependencies = [ [[package]] name = "tari_common_types" -version = "0.11.0" +version = "0.12.0" dependencies = [ "digest", "futures 0.3.16", @@ -4378,7 +4378,7 @@ dependencies = [ [[package]] name = "tari_comms" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "async-trait", @@ -4427,7 +4427,7 @@ dependencies = [ [[package]] name = "tari_comms_dht" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "bitflags 1.3.2", @@ -4474,7 +4474,7 @@ dependencies = [ [[package]] name = "tari_comms_rpc_macros" -version = "0.11.0" +version = "0.12.0" dependencies = [ "futures 0.3.16", "proc-macro2 1.0.28", @@ -4489,7 +4489,7 @@ dependencies = [ [[package]] name = "tari_console_wallet" -version = "0.11.0" +version = "0.12.0" dependencies = [ "bitflags 1.3.2", "chrono", @@ -4531,7 +4531,7 @@ dependencies = [ [[package]] name = "tari_core" -version = "0.11.0" +version = "0.12.0" dependencies = [ "async-trait", "bincode", @@ -4612,7 +4612,7 @@ dependencies = [ [[package]] name = "tari_infra_derive" -version = "0.11.0" +version = "0.12.0" dependencies = [ "blake2", "proc-macro2 0.4.30", @@ -4622,7 +4622,7 @@ dependencies = [ [[package]] name = "tari_key_manager" -version = "0.11.0" +version = "0.12.0" dependencies = [ "digest", "rand 0.8.4", @@ -4636,7 +4636,7 @@ dependencies = [ [[package]] name = "tari_merge_mining_proxy" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "bincode", @@ -4673,7 +4673,7 @@ dependencies = [ [[package]] name = "tari_mining_node" -version = "0.11.1" +version = "0.12.0" dependencies = [ "bufstream", "chrono", @@ -4703,7 +4703,7 @@ dependencies = [ [[package]] name = "tari_mmr" -version = "0.11.0" +version = "0.12.0" dependencies = [ "bincode", "blake2", @@ -4722,7 +4722,7 @@ dependencies = [ [[package]] name = "tari_p2p" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "bytes 0.5.6", @@ -4764,7 +4764,7 @@ dependencies = [ [[package]] name = "tari_service_framework" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "async-trait", @@ -4781,7 +4781,7 @@ dependencies = [ [[package]] name = "tari_shutdown" -version = "0.11.0" +version = "0.12.0" dependencies = [ "futures 0.3.16", "tokio 1.11.0", @@ -4789,7 +4789,7 @@ dependencies = [ [[package]] name = "tari_storage" -version = "0.11.0" +version = "0.12.0" dependencies = [ "bincode", "bytes 0.5.6", @@ -4807,7 +4807,7 @@ dependencies = [ [[package]] name = "tari_stratum_ffi" -version = "0.11.0" +version = "0.12.0" dependencies = [ "hex", "libc", @@ -4860,7 +4860,7 @@ dependencies = [ [[package]] name = "tari_test_utils" -version = "0.11.0" +version = "0.12.0" dependencies = [ "futures 0.3.16", "futures-test", @@ -4891,7 +4891,7 @@ dependencies = [ [[package]] name = "tari_wallet" -version = "0.11.0" +version = "0.12.0" dependencies = [ "aes-gcm 0.8.0", "async-trait", @@ -4934,7 +4934,7 @@ dependencies = [ [[package]] name = "tari_wallet_ffi" -version = "0.19.0" +version = "0.20.0" dependencies = [ "chrono", "env_logger 0.7.1", @@ -4987,7 +4987,7 @@ dependencies = [ [[package]] name = "test_faucet" -version = "0.11.0" +version = "0.12.0" dependencies = [ "rand 0.8.4", "serde 1.0.130", diff --git a/applications/tari_app_grpc/Cargo.toml b/applications/tari_app_grpc/Cargo.toml index d4bd0436bd..df0cfc1ccf 100644 --- a/applications/tari_app_grpc/Cargo.toml +++ b/applications/tari_app_grpc/Cargo.toml @@ -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.11.0" +version = "0.12.0" edition = "2018" [dependencies] -tari_common_types = { version = "^0.11", path = "../../base_layer/common_types"} +tari_common_types = { version = "^0.12", path = "../../base_layer/common_types"} tari_core = { path = "../../base_layer/core"} tari_crypto = { git = "https://github.com/tari-project/tari-crypto.git", branch = "main" } tari_comms = { path = "../../comms"} diff --git a/applications/tari_app_utilities/Cargo.toml b/applications/tari_app_utilities/Cargo.toml index 8c55b72f0c..885f29c7a0 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.11.0" +version = "0.12.0" authors = ["The Tari Development Community"] edition = "2018" diff --git a/applications/tari_base_node/Cargo.toml b/applications/tari_base_node/Cargo.toml index 350f6417a3..1e13b8717f 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.11.0" +version = "0.12.0" edition = "2018" [dependencies] diff --git a/applications/tari_console_wallet/Cargo.toml b/applications/tari_console_wallet/Cargo.toml index cd52196037..ae85305e4c 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.11.0" +version = "0.12.0" authors = ["The Tari Development Community"] edition = "2018" diff --git a/applications/tari_merge_mining_proxy/Cargo.toml b/applications/tari_merge_mining_proxy/Cargo.toml index 48ce565282..e6a3dec749 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 miner proxy for xmrig" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "0.11.0" +version = "0.12.0" edition = "2018" [features] diff --git a/applications/tari_mining_node/Cargo.toml b/applications/tari_mining_node/Cargo.toml index b73807b1f0..6147a43a72 100644 --- a/applications/tari_mining_node/Cargo.toml +++ b/applications/tari_mining_node/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "The tari mining node implementation" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "0.11.1" +version = "0.12.0" edition = "2018" [dependencies] diff --git a/applications/test_faucet/Cargo.toml b/applications/test_faucet/Cargo.toml index ca7373a574..ef3a022181 100644 --- a/applications/test_faucet/Cargo.toml +++ b/applications/test_faucet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_faucet" -version = "0.11.0" +version = "0.12.0" authors = ["The Tari Development Community"] edition = "2018" diff --git a/base_layer/common_types/Cargo.toml b/base_layer/common_types/Cargo.toml index b9ec3b9800..5d470cfff0 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.11.0" +version = "0.12.0" edition = "2018" [dependencies] diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index 77257bf83a..f9d365e258 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.11.0" +version = "0.12.0" edition = "2018" [features] @@ -18,18 +18,18 @@ base_node_proto = [] avx2 = ["tari_crypto/avx2"] [dependencies] -tari_common = { version = "^0.11", path = "../../common" } -tari_common_types = { version = "^0.11", path = "../../base_layer/common_types" } -tari_comms = { version = "^0.11", path = "../../comms" } -tari_comms_dht = { version = "^0.11", path = "../../comms/dht" } -tari_comms_rpc_macros = { version = "^0.11", path = "../../comms/rpc_macros" } +tari_common = { version = "^0.12", path = "../../common" } +tari_common_types = { version = "^0.12", path = "../../base_layer/common_types" } +tari_comms = { version = "^0.12", path = "../../comms" } +tari_comms_dht = { version = "^0.12", path = "../../comms/dht" } +tari_comms_rpc_macros = { version = "^0.12", path = "../../comms/rpc_macros" } tari_crypto = { git = "https://github.com/tari-project/tari-crypto.git", branch = "main" } -tari_mmr = { version = "^0.11", path = "../../base_layer/mmr", optional = true } -tari_p2p = { version = "^0.11", path = "../../base_layer/p2p" } -tari_service_framework = { version = "^0.11", path = "../service_framework" } -tari_shutdown = { version = "^0.11", path = "../../infrastructure/shutdown" } -tari_storage = { version = "^0.11", path = "../../infrastructure/storage" } -tari_test_utils = { version = "^0.11", path = "../../infrastructure/test_utils" } +tari_mmr = { version = "^0.12", path = "../../base_layer/mmr", optional = true } +tari_p2p = { version = "^0.12", path = "../../base_layer/p2p" } +tari_service_framework = { version = "^0.12", path = "../service_framework" } +tari_shutdown = { version = "^0.12", path = "../../infrastructure/shutdown" } +tari_storage = { version = "^0.12", path = "../../infrastructure/storage" } +tari_test_utils = { version = "^0.12", path = "../../infrastructure/test_utils" } async-trait = "0.1.50" bincode = "1.1.4" @@ -69,12 +69,12 @@ ttl_cache = "0.5.1" uint = { version = "0.9", default-features = false } [dev-dependencies] -tari_p2p = { version = "^0.11", path = "../../base_layer/p2p", features = ["test-mocks"] } -tari_test_utils = { version = "^0.11", path = "../../infrastructure/test_utils" } +tari_p2p = { version = "^0.12", path = "../../base_layer/p2p", features = ["test-mocks"] } +tari_test_utils = { version = "^0.12", path = "../../infrastructure/test_utils" } config = { version = "0.9.3" } env_logger = "0.7.0" tempfile = "3.1.0" [build-dependencies] -tari_common = { version = "^0.11", path = "../../common", features = ["build"] } +tari_common = { version = "^0.12", path = "../../common", features = ["build"] } diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index a514a085bb..6a02245766 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.11.0" +version = "0.12.0" edition = "2018" [dependencies] diff --git a/base_layer/mmr/Cargo.toml b/base_layer/mmr/Cargo.toml index 3230dbe52e..d3b34539c5 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.11.0" +version = "0.12.0" edition = "2018" [features] @@ -24,7 +24,7 @@ criterion = { version="0.2", optional = true } [dev-dependencies] rand="0.8.0" blake2 = "0.9.0" -tari_infra_derive= { path = "../../infrastructure/derive", version = "^0.11" } +tari_infra_derive= { path = "../../infrastructure/derive", version = "^0.12" } tari_crypto = { git = "https://github.com/tari-project/tari-crypto.git", branch = "main" } serde_json = "1.0" bincode = "1.1" diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index 985a7c4aa6..e0059c090d 100644 --- a/base_layer/p2p/Cargo.toml +++ b/base_layer/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_p2p" -version = "0.11.0" +version = "0.12.0" authors = ["The Tari Development community"] description = "Tari base layer-specific peer-to-peer communication features" repository = "https://github.com/tari-project/tari" @@ -10,13 +10,13 @@ license = "BSD-3-Clause" edition = "2018" [dependencies] -tari_comms = { version = "^0.11", path = "../../comms" } -tari_comms_dht = { version = "^0.11", path = "../../comms/dht" } -tari_common = { version = "^0.11", path = "../../common" } +tari_comms = { version = "^0.12", path = "../../comms" } +tari_comms_dht = { version = "^0.12", path = "../../comms/dht" } +tari_common = { version = "^0.12", path = "../../common" } tari_crypto = { git = "https://github.com/tari-project/tari-crypto.git", branch = "main" } -tari_service_framework = { version = "^0.11", path = "../service_framework" } -tari_shutdown = { version = "^0.11", path = "../../infrastructure/shutdown" } -tari_storage = { version = "^0.11", path = "../../infrastructure/storage" } +tari_service_framework = { version = "^0.12", path = "../service_framework" } +tari_shutdown = { version = "^0.12", path = "../../infrastructure/shutdown" } +tari_storage = { version = "^0.12", path = "../../infrastructure/storage" } tari_utilities = "^0.3" anyhow = "1.0.32" @@ -41,7 +41,7 @@ tower-service = { version = "0.3.0-alpha.2" } trust-dns-client = { version = "0.21.0-alpha.2", features = ["dns-over-rustls"] } [dev-dependencies] -tari_test_utils = { version = "^0.11", path = "../../infrastructure/test_utils" } +tari_test_utils = { version = "^0.12", path = "../../infrastructure/test_utils" } clap = "2.33.0" env_logger = "0.6.2" @@ -56,7 +56,7 @@ features = ["console_appender", "file_appender", "file", "yaml_format"] default-features = false [build-dependencies] -tari_common = { version = "^0.11", path = "../../common", features = ["build"] } +tari_common = { version = "^0.12", path = "../../common", features = ["build"] } [features] test-mocks = [] diff --git a/base_layer/service_framework/Cargo.toml b/base_layer/service_framework/Cargo.toml index 6b593f47bc..5a73667af0 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.11.0" +version = "0.12.0" authors = ["The Tari Development Community"] description = "The Tari communication stack service framework" repository = "https://github.com/tari-project/tari" @@ -10,7 +10,7 @@ license = "BSD-3-Clause" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tari_shutdown = { version = "^0.11", path = "../../infrastructure/shutdown" } +tari_shutdown = { version = "^0.12", path = "../../infrastructure/shutdown" } anyhow = "1.0.32" async-trait = "0.1.50" @@ -21,7 +21,7 @@ tokio = { version = "1.11", features = ["rt"] } tower-service = { version = "0.3.0" } [dev-dependencies] -tari_test_utils = { version = "^0.11", path = "../../infrastructure/test_utils" } +tari_test_utils = { version = "^0.12", path = "../../infrastructure/test_utils" } tokio = { version = "1.11", features = ["rt-multi-thread", "macros", "time"] } futures-test = { version = "0.3.3" } diff --git a/base_layer/tari_stratum_ffi/Cargo.toml b/base_layer/tari_stratum_ffi/Cargo.toml index 941a16a10c..730754c08b 100644 --- a/base_layer/tari_stratum_ffi/Cargo.toml +++ b/base_layer/tari_stratum_ffi/Cargo.toml @@ -3,11 +3,11 @@ name = "tari_stratum_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency miningcore C FFI bindings" license = "BSD-3-Clause" -version = "0.11.0" +version = "0.12.0" edition = "2018" [dependencies] -tari_comms = { version = "^0.11", path = "../../comms" } +tari_comms = { version = "^0.12", path = "../../comms" } tari_crypto = { git = "https://github.com/tari-project/tari-crypto.git", branch = "main" } tari_common = { path = "../../common" } tari_app_grpc = { path = "../../applications/tari_app_grpc" } diff --git a/base_layer/wallet/Cargo.toml b/base_layer/wallet/Cargo.toml index f89b1e1fe6..0113dfb986 100644 --- a/base_layer/wallet/Cargo.toml +++ b/base_layer/wallet/Cargo.toml @@ -3,20 +3,20 @@ name = "tari_wallet" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet library" license = "BSD-3-Clause" -version = "0.11.0" +version = "0.12.0" edition = "2018" [dependencies] tari_common = { path = "../../common" } -tari_common_types = { version = "^0.11", path = "../../base_layer/common_types" } -tari_comms = { version = "^0.11", path = "../../comms" } -tari_comms_dht = { version = "^0.11", path = "../../comms/dht" } +tari_common_types = { version = "^0.12", path = "../../base_layer/common_types" } +tari_comms = { version = "^0.12", path = "../../comms" } +tari_comms_dht = { version = "^0.12", path = "../../comms/dht" } tari_crypto = { git = "https://github.com/tari-project/tari-crypto.git", branch = "main" } -tari_key_manager = { version = "^0.11", path = "../key_manager" } -tari_p2p = { version = "^0.11", path = "../p2p", features = ["auto-update"] } -tari_service_framework = { version = "^0.11", path = "../service_framework" } -tari_shutdown = { version = "^0.11", path = "../../infrastructure/shutdown" } -tari_storage = { version = "^0.11", path = "../../infrastructure/storage" } +tari_key_manager = { version = "^0.12", path = "../key_manager" } +tari_p2p = { version = "^0.12", path = "../p2p", features = ["auto-update"] } +tari_service_framework = { version = "^0.12", path = "../service_framework" } +tari_shutdown = { version = "^0.12", path = "../../infrastructure/shutdown" } +tari_storage = { version = "^0.12", path = "../../infrastructure/storage" } aes-gcm = "^0.8" async-trait = "0.1.50" @@ -44,14 +44,14 @@ tower = "0.3.0-alpha.2" [dependencies.tari_core] path = "../../base_layer/core" -version = "^0.11" +version = "^0.12" default-features = false features = ["transactions", "mempool_proto", "base_node_proto", ] [dev-dependencies] -tari_p2p = { version = "^0.11", path = "../p2p", features = ["test-mocks"] } -tari_comms_dht = { version = "^0.11", path = "../../comms/dht", features = ["test-mocks"] } -tari_test_utils = { version = "^0.11", path = "../../infrastructure/test_utils" } +tari_p2p = { version = "^0.12", path = "../p2p", features = ["test-mocks"] } +tari_comms_dht = { version = "^0.12", path = "../../comms/dht", features = ["test-mocks"] } +tari_test_utils = { version = "^0.12", path = "../../infrastructure/test_utils" } env_logger = "0.7.1" prost = "0.8.0" diff --git a/base_layer/wallet_ffi/Cargo.toml b/base_layer/wallet_ffi/Cargo.toml index 154fd4332a..104e936afb 100644 --- a/base_layer/wallet_ffi/Cargo.toml +++ b/base_layer/wallet_ffi/Cargo.toml @@ -3,18 +3,18 @@ name = "tari_wallet_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet C FFI bindings" license = "BSD-3-Clause" -version = "0.19.0" +version = "0.20.0" edition = "2018" [dependencies] -tari_comms = { version = "^0.11", path = "../../comms", features = ["c_integration"]} -tari_comms_dht = { version = "^0.11", path = "../../comms/dht", default-features = false } +tari_comms = { version = "^0.12", path = "../../comms", features = ["c_integration"]} +tari_comms_dht = { version = "^0.12", path = "../../comms/dht", default-features = false } tari_common_types = {path="../common_types"} tari_crypto = { git = "https://github.com/tari-project/tari-crypto.git", branch = "main" } -tari_key_manager = { version = "^0.11", path = "../key_manager" } -tari_p2p = { version = "^0.11", path = "../p2p" } -tari_wallet = { version = "^0.11", path = "../wallet", features = ["c_integration"]} -tari_shutdown = { version = "^0.11", path = "../../infrastructure/shutdown" } +tari_key_manager = { version = "^0.12", path = "../key_manager" } +tari_p2p = { version = "^0.12", path = "../p2p" } +tari_wallet = { version = "^0.12", path = "../wallet", features = ["c_integration"]} +tari_shutdown = { version = "^0.12", path = "../../infrastructure/shutdown" } tari_utilities = "^0.3" chrono = { version = "0.4.6", features = ["serde"]} @@ -38,7 +38,7 @@ security-framework = "2.4.2" [dependencies.tari_core] path = "../../base_layer/core" -version = "^0.11" +version = "^0.12" default-features = false features = ["transactions"] @@ -49,7 +49,7 @@ crate-type = ["staticlib","cdylib"] tempfile = "3.1.0" lazy_static = "1.3.0" env_logger = "0.7.1" -tari_key_manager = { version = "^0.11", path = "../key_manager" } -tari_common_types = { version = "^0.11", path = "../../base_layer/common_types"} -tari_test_utils = { version = "^0.11", path = "../../infrastructure/test_utils"} +tari_key_manager = { version = "^0.12", path = "../key_manager" } +tari_common_types = { version = "^0.12", path = "../../base_layer/common_types"} +tari_test_utils = { version = "^0.12", path = "../../infrastructure/test_utils"} tari_service_framework = { path = "../../base_layer/service_framework" } diff --git a/common/Cargo.toml b/common/Cargo.toml index 9e9033bb12..f775241ff9 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.11.0" +version = "0.12.0" edition = "2018" [features] @@ -25,7 +25,7 @@ log4rs = { version = "1.0.0", default_features= false, features = ["config_parsi multiaddr={version = "0.13.0"} sha2 = "0.9.5" path-clean = "0.1.0" -tari_storage = { version = "^0.11", path = "../infrastructure/storage"} +tari_storage = { version = "^0.12", path = "../infrastructure/storage"} tracing = "0.1.26" tracing-opentelemetry = "0.15.0" tracing-subscriber = "0.2.20" @@ -41,6 +41,6 @@ toml = { version = "0.5", optional = true } thiserror = "1.0.29" [dev-dependencies] -tari_test_utils = { version = "^0.11", path = "../infrastructure/test_utils"} +tari_test_utils = { version = "^0.12", path = "../infrastructure/test_utils"} tempfile = "3.1.0" anyhow = "1.0" diff --git a/comms/Cargo.toml b/comms/Cargo.toml index b7015b8f1d..5f8195413b 100644 --- a/comms/Cargo.toml +++ b/comms/Cargo.toml @@ -6,14 +6,14 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.11.0" +version = "0.12.0" edition = "2018" [dependencies] tari_common = { path = "../common" } tari_crypto = { git = "https://github.com/tari-project/tari-crypto.git", branch = "main" } -tari_storage = { version = "^0.11", path = "../infrastructure/storage" } -tari_shutdown = { version = "^0.11", path = "../infrastructure/shutdown" } +tari_storage = { version = "^0.12", path = "../infrastructure/storage" } +tari_shutdown = { version = "^0.12", path = "../infrastructure/shutdown" } anyhow = "1.0.32" async-trait = "0.1.36" @@ -55,7 +55,7 @@ opentelemetry-jaeger = { version = "0.15", features = ["rt-tokio"] } tower-make = { version = "0.3.0", optional = true } [dev-dependencies] -tari_test_utils = { version = "^0.11", path = "../infrastructure/test_utils" } +tari_test_utils = { version = "^0.12", path = "../infrastructure/test_utils" } tari_comms_rpc_macros = { version = "*", path = "./rpc_macros" } env_logger = "0.7.0" @@ -63,7 +63,7 @@ serde_json = "1.0.39" tempfile = "3.1.0" [build-dependencies] -tari_common = { version = "^0.11", path = "../common", features = ["build"] } +tari_common = { version = "^0.12", path = "../common", features = ["build"] } [features] c_integration = [] diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index 44a0ef68ec..092e409393 100644 --- a/comms/dht/Cargo.toml +++ b/comms/dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_comms_dht" -version = "0.11.0" +version = "0.12.0" authors = ["The Tari Development Community"] description = "Tari comms DHT module" repository = "https://github.com/tari-project/tari" @@ -10,12 +10,12 @@ license = "BSD-3-Clause" edition = "2018" [dependencies] -tari_comms = { version = "^0.11", path = "../", features = ["rpc"] } -tari_comms_rpc_macros = { version = "^0.11", path = "../rpc_macros" } +tari_comms = { version = "^0.12", path = "../", features = ["rpc"] } +tari_comms_rpc_macros = { version = "^0.12", path = "../rpc_macros" } tari_crypto = { git = "https://github.com/tari-project/tari-crypto.git", branch = "main" } tari_utilities = { version = "^0.3" } -tari_shutdown = { version = "^0.11", path = "../../infrastructure/shutdown" } -tari_storage = { version = "^0.11", path = "../../infrastructure/storage" } +tari_shutdown = { version = "^0.12", path = "../../infrastructure/shutdown" } +tari_storage = { version = "^0.12", path = "../../infrastructure/storage" } anyhow = "1.0.32" bitflags = "1.2.0" @@ -43,7 +43,7 @@ ttl_cache = "0.5.1" pin-project = "0.4" [dev-dependencies] -tari_test_utils = { version = "^0.11", path = "../../infrastructure/test_utils" } +tari_test_utils = { version = "^0.12", path = "../../infrastructure/test_utils" } env_logger = "0.7.0" futures-test = { version = "0.3.5" } @@ -60,7 +60,7 @@ futures-util = "^0.3.1" lazy_static = "1.4.0" [build-dependencies] -tari_common = { version = "^0.11", path = "../../common" } +tari_common = { version = "^0.12", path = "../../common" } [features] test-mocks = [] diff --git a/comms/rpc_macros/Cargo.toml b/comms/rpc_macros/Cargo.toml index a6e0373569..c8789f704f 100644 --- a/comms/rpc_macros/Cargo.toml +++ b/comms/rpc_macros/Cargo.toml @@ -6,21 +6,21 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.11.0" +version = "0.12.0" edition = "2018" [lib] proc-macro = true [dependencies] -tari_comms = { version = "^0.11", path = "../", features = ["rpc"] } +tari_comms = { version = "^0.12", path = "../", features = ["rpc"] } proc-macro2 = "1.0.24" quote = "1.0.7" syn = { version = "1.0.38", features = ["fold"] } [dev-dependencies] -tari_test_utils = { version = "^0.11", path = "../../infrastructure/test_utils" } +tari_test_utils = { version = "^0.12", path = "../../infrastructure/test_utils" } futures = "0.3.5" prost = "0.8.0" diff --git a/infrastructure/derive/Cargo.toml b/infrastructure/derive/Cargo.toml index f1ca1ed1e5..b6e9a12927 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.11.0" +version = "0.12.0" edition = "2018" [lib] diff --git a/infrastructure/shutdown/Cargo.toml b/infrastructure/shutdown/Cargo.toml index 735baa82d3..71051cc6db 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.11.0" +version = "0.12.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 da9dfc3c95..5c063a69de 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.11.0" +version = "0.12.0" edition = "2018" [dependencies] diff --git a/infrastructure/test_utils/Cargo.toml b/infrastructure/test_utils/Cargo.toml index fe21d3d742..cb58d95390 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.11.0" +version = "0.12.0" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause"