From 72727ec2acc72cb90646cc618c7b5f22d19fd971 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Tue, 12 Nov 2024 18:11:13 +0000 Subject: [PATCH] chore(release): stable release `2024.11.1.4` ================== Crate Versions ================== autonomi: 0.2.4 autonomi-cli: 0.1.5 evmlib: 0.1.4 evm_testnet: 0.1.4 sn_build_info: 0.1.19 sn_evm: 0.1.4 sn_logging: 0.2.40 sn_metrics: 0.1.20 nat-detection: 0.2.11 sn_networking: 0.19.3 sn_node: 0.112.4 node-launchpad: 0.4.5 sn_node_manager: 0.11.3 sn_node_rpc_client: 0.6.35 sn_peers_acquisition: 0.5.7 sn_protocol: 0.17.15 sn_registers: 0.4.3 sn_service_management: 0.4.3 sn_transfers: 0.20.3 test_utils: 0.4.11 token_supplies: 0.1.58 =================== Binary Versions =================== nat-detection: 0.2.11 node-launchpad: 0.4.5 autonomi: 0.1.5 safenode: 0.112.4 safenode-manager: 0.11.3 safenode_rpc_client: 0.6.35 safenodemand: 0.11.3 --- Cargo.lock | 42 ++++++++++++++++---------------- autonomi-cli/Cargo.toml | 12 ++++----- autonomi/Cargo.toml | 18 +++++++------- evm_testnet/Cargo.toml | 6 ++--- evmlib/Cargo.toml | 2 +- nat-detection/Cargo.toml | 8 +++--- node-launchpad/Cargo.toml | 14 +++++------ sn_build_info/Cargo.toml | 2 +- sn_evm/Cargo.toml | 4 +-- sn_logging/Cargo.toml | 2 +- sn_metrics/Cargo.toml | 2 +- sn_networking/Cargo.toml | 12 ++++----- sn_node/Cargo.toml | 28 ++++++++++----------- sn_node_manager/Cargo.toml | 16 ++++++------ sn_node_rpc_client/Cargo.toml | 16 ++++++------ sn_peers_acquisition/Cargo.toml | 4 +-- sn_protocol/Cargo.toml | 10 ++++---- sn_registers/Cargo.toml | 2 +- sn_service_management/Cargo.toml | 8 +++--- sn_transfers/Cargo.toml | 2 +- test_utils/Cargo.toml | 6 ++--- token_supplies/Cargo.toml | 2 +- 22 files changed, 109 insertions(+), 109 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb51ce1e0a..dc48a94624 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1094,7 +1094,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "autonomi" -version = "0.2.4-rc.4" +version = "0.2.4" dependencies = [ "alloy", "bip39", @@ -1141,7 +1141,7 @@ dependencies = [ [[package]] name = "autonomi-cli" -version = "0.1.5-rc.4" +version = "0.1.5" dependencies = [ "autonomi", "clap", @@ -2881,7 +2881,7 @@ dependencies = [ [[package]] name = "evm_testnet" -version = "0.1.4-rc.4" +version = "0.1.4" dependencies = [ "clap", "dirs-next", @@ -2892,7 +2892,7 @@ dependencies = [ [[package]] name = "evmlib" -version = "0.1.4-rc.4" +version = "0.1.4" dependencies = [ "alloy", "dirs-next", @@ -5774,7 +5774,7 @@ dependencies = [ [[package]] name = "nat-detection" -version = "0.2.11-rc.4" +version = "0.2.11" dependencies = [ "clap", "clap-verbosity-flag", @@ -5891,7 +5891,7 @@ dependencies = [ [[package]] name = "node-launchpad" -version = "0.4.5-rc.4" +version = "0.4.5" dependencies = [ "arboard", "atty", @@ -8410,7 +8410,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "sn-node-manager" -version = "0.11.3-rc.4" +version = "0.11.3" dependencies = [ "assert_cmd", "assert_fs", @@ -8486,7 +8486,7 @@ dependencies = [ [[package]] name = "sn_build_info" -version = "0.1.19-rc.4" +version = "0.1.19" dependencies = [ "chrono", "tracing", @@ -8528,7 +8528,7 @@ dependencies = [ [[package]] name = "sn_evm" -version = "0.1.4-rc.4" +version = "0.1.4" dependencies = [ "custom_debug", "evmlib", @@ -8551,7 +8551,7 @@ dependencies = [ [[package]] name = "sn_logging" -version = "0.2.40-rc.4" +version = "0.2.40" dependencies = [ "chrono", "color-eyre", @@ -8576,7 +8576,7 @@ dependencies = [ [[package]] name = "sn_metrics" -version = "0.1.20-rc.4" +version = "0.1.20" dependencies = [ "clap", "color-eyre", @@ -8590,7 +8590,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.19.3-rc.4" +version = "0.19.3" dependencies = [ "aes-gcm-siv", "assert_fs", @@ -8638,7 +8638,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.112.4-rc.4" +version = "0.112.4" dependencies = [ "assert_fs", "async-trait", @@ -8695,7 +8695,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.6.35-rc.4" +version = "0.6.35" dependencies = [ "assert_fs", "async-trait", @@ -8722,7 +8722,7 @@ dependencies = [ [[package]] name = "sn_peers_acquisition" -version = "0.5.7-rc.4" +version = "0.5.7" dependencies = [ "clap", "lazy_static", @@ -8738,7 +8738,7 @@ dependencies = [ [[package]] name = "sn_protocol" -version = "0.17.15-rc.4" +version = "0.17.15" dependencies = [ "blsttc", "bytes", @@ -8768,7 +8768,7 @@ dependencies = [ [[package]] name = "sn_registers" -version = "0.4.3-rc.4" +version = "0.4.3" dependencies = [ "blsttc", "crdts", @@ -8785,7 +8785,7 @@ dependencies = [ [[package]] name = "sn_service_management" -version = "0.4.3-rc.4" +version = "0.4.3" dependencies = [ "async-trait", "dirs-next", @@ -8811,7 +8811,7 @@ dependencies = [ [[package]] name = "sn_transfers" -version = "0.20.3-rc.4" +version = "0.20.3" dependencies = [ "assert_fs", "blsttc", @@ -9155,7 +9155,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test_utils" -version = "0.4.11-rc.4" +version = "0.4.11" dependencies = [ "bytes", "color-eyre", @@ -9310,7 +9310,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "token_supplies" -version = "0.1.58-rc.4" +version = "0.1.58" dependencies = [ "dirs-next", "reqwest 0.11.27", diff --git a/autonomi-cli/Cargo.toml b/autonomi-cli/Cargo.toml index 270708b9d8..daa29b4a60 100644 --- a/autonomi-cli/Cargo.toml +++ b/autonomi-cli/Cargo.toml @@ -3,7 +3,7 @@ authors = ["MaidSafe Developers "] name = "autonomi-cli" description = "Autonomi CLI" license = "GPL-3.0" -version = "0.1.5-rc.4" +version = "0.1.5" edition = "2021" homepage = "https://maidsafe.net" readme = "README.md" @@ -24,7 +24,7 @@ name = "files" harness = false [dependencies] -autonomi = { path = "../autonomi", version = "0.2.4-rc.4", features = [ +autonomi = { path = "../autonomi", version = "0.2.4", features = [ "data", "fs", "vault", @@ -50,9 +50,9 @@ tokio = { version = "1.32.0", features = [ "fs", ] } tracing = { version = "~0.1.26" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.4" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19" } +sn_logging = { path = "../sn_logging", version = "0.2.40" } walkdir = "2.5.0" serde_json = "1.0.132" serde = "1.0.210" @@ -60,7 +60,7 @@ hex = "0.4.3" ring = "0.17.8" [dev-dependencies] -autonomi = { path = "../autonomi", version = "0.2.4-rc.4", features = [ +autonomi = { path = "../autonomi", version = "0.2.4", features = [ "data", "fs", ] } diff --git a/autonomi/Cargo.toml b/autonomi/Cargo.toml index 9fbf4c29f9..fa6fd98c09 100644 --- a/autonomi/Cargo.toml +++ b/autonomi/Cargo.toml @@ -3,7 +3,7 @@ authors = ["MaidSafe Developers "] description = "Autonomi client API" name = "autonomi" license = "GPL-3.0" -version = "0.2.4-rc.4" +version = "0.2.4" edition = "2021" homepage = "https://maidsafe.net" readme = "README.md" @@ -38,11 +38,11 @@ rand = "0.8.5" rmp-serde = "1.1.1" self_encryption = "~0.30.0" serde = { version = "1.0.133", features = ["derive", "rc"] } -sn_networking = { path = "../sn_networking", version = "0.19.3-rc.4" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } -sn_protocol = { version = "0.17.15-rc.4", path = "../sn_protocol" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.4" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } +sn_networking = { path = "../sn_networking", version = "0.19.3" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7" } +sn_protocol = { version = "0.17.15", path = "../sn_protocol" } +sn_registers = { path = "../sn_registers", version = "0.4.3" } +sn_evm = { path = "../sn_evm", version = "0.1.4" } thiserror = "1.0.23" tokio = { version = "1.35.0", features = ["sync"] } tracing = { version = "~0.1.26" } @@ -60,8 +60,8 @@ blstrs = "0.7.1" alloy = { version = "0.5.3", default-features = false, features = ["std", "reqwest-rustls-tls", "provider-anvil-node", "sol-types", "json", "signers", "contract", "signer-local", "network"] } eyre = "0.6.5" sha2 = "0.10.6" -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.4" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } +sn_logging = { path = "../sn_logging", version = "0.2.40" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7" } # Do not specify the version field. Release process expects even the local dev deps to be published. # Removing the version field is a workaround. test_utils = { path = "../test_utils" } @@ -71,7 +71,7 @@ wasm-bindgen-test = "0.3.43" [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.7" -evmlib = { path = "../evmlib", version = "0.1.4-rc.4", features = ["wasm-bindgen"] } +evmlib = { path = "../evmlib", version = "0.1.4", features = ["wasm-bindgen"] } # See https://github.com/sebcrozet/instant/blob/7bd13f51f5c930239fddc0476a837870fb239ed7/README.md#using-instant-for-a-wasm-platform-where-performancenow-is-not-available instant = { version = "0.1", features = ["wasm-bindgen", "inaccurate"] } js-sys = "0.3.70" diff --git a/evm_testnet/Cargo.toml b/evm_testnet/Cargo.toml index fd88cfb34e..1295edf2dc 100644 --- a/evm_testnet/Cargo.toml +++ b/evm_testnet/Cargo.toml @@ -6,13 +6,13 @@ homepage = "https://maidsafe.net" license = "GPL-3.0" name = "evm_testnet" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.4-rc.4" +version = "0.1.4" [dependencies] clap = { version = "4.5", features = ["derive"] } dirs-next = "~2.0.0" -evmlib = { path = "../evmlib", version = "0.1.4-rc.4" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } +evmlib = { path = "../evmlib", version = "0.1.4" } +sn_evm = { path = "../sn_evm", version = "0.1.4" } tokio = { version = "1.40", features = ["rt-multi-thread", "signal"] } [lints] diff --git a/evmlib/Cargo.toml b/evmlib/Cargo.toml index 754be900ac..cb567e24e3 100644 --- a/evmlib/Cargo.toml +++ b/evmlib/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://maidsafe.net" license = "GPL-3.0" name = "evmlib" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.4-rc.4" +version = "0.1.4" [features] wasm-bindgen = ["alloy/wasm-bindgen"] diff --git a/nat-detection/Cargo.toml b/nat-detection/Cargo.toml index c66426f044..bec7a41943 100644 --- a/nat-detection/Cargo.toml +++ b/nat-detection/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "nat-detection" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.2.11-rc.4" +version = "0.2.11" [[bin]] name = "nat-detection" @@ -31,9 +31,9 @@ libp2p = { version = "0.54.1", features = [ "macros", "upnp", ] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } -sn_networking = { path = "../sn_networking", version = "0.19.3-rc.4" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19" } +sn_networking = { path = "../sn_networking", version = "0.19.3" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15" } tokio = { version = "1.32.0", features = ["full"] } tracing = { version = "~0.1.26" } tracing-log = "0.2.0" diff --git a/node-launchpad/Cargo.toml b/node-launchpad/Cargo.toml index 994dda7e9c..6389fe4349 100644 --- a/node-launchpad/Cargo.toml +++ b/node-launchpad/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "Node Launchpad" name = "node-launchpad" -version = "0.4.5-rc.4" +version = "0.4.5" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -51,13 +51,13 @@ reqwest = { version = "0.12.2", default-features = false, features = [ serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" signal-hook = "0.3.17" -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } -sn-node-manager = { version = "0.11.3-rc.4", path = "../sn_node_manager" } -sn_peers_acquisition = { version = "0.5.7-rc.4", path = "../sn_peers_acquisition" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19" } +sn_evm = { path = "../sn_evm", version = "0.1.4" } +sn-node-manager = { version = "0.11.3", path = "../sn_node_manager" } +sn_peers_acquisition = { version = "0.5.7", path = "../sn_peers_acquisition" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15" } sn-releases = "~0.2.6" -sn_service_management = { version = "0.4.3-rc.4", path = "../sn_service_management" } +sn_service_management = { version = "0.4.3", path = "../sn_service_management" } strip-ansi-escapes = "0.2.0" strum = { version = "0.26.1", features = ["derive"] } sysinfo = "0.30.12" diff --git a/sn_build_info/Cargo.toml b/sn_build_info/Cargo.toml index 8bda681463..7543bff9e5 100644 --- a/sn_build_info/Cargo.toml +++ b/sn_build_info/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_build_info" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.19-rc.4" +version = "0.1.19" build = "build.rs" include = ["Cargo.toml", "src/**/*", "build.rs"] diff --git a/sn_evm/Cargo.toml b/sn_evm/Cargo.toml index 85e71c19d2..7394cc62de 100644 --- a/sn_evm/Cargo.toml +++ b/sn_evm/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_evm" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.4-rc.4" +version = "0.1.4" [features] test-utils = [] @@ -17,7 +17,7 @@ external-signer = ["evmlib/external-signer"] [dependencies] custom_debug = "~0.6.1" -evmlib = { path = "../evmlib", version = "0.1.4-rc.4" } +evmlib = { path = "../evmlib", version = "0.1.4" } hex = "~0.4.3" lazy_static = "~1.4.0" libp2p = { version = "0.53", features = ["identify", "kad"] } diff --git a/sn_logging/Cargo.toml b/sn_logging/Cargo.toml index 4c10b8938d..68c639b129 100644 --- a/sn_logging/Cargo.toml +++ b/sn_logging/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_logging" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.2.40-rc.4" +version = "0.2.40" [dependencies] chrono = "~0.4.19" diff --git a/sn_metrics/Cargo.toml b/sn_metrics/Cargo.toml index f4b7ba209d..b9dcffa42b 100644 --- a/sn_metrics/Cargo.toml +++ b/sn_metrics/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_metrics" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.20-rc.4" +version = "0.1.20" [[bin]] path = "src/main.rs" diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index bc18cd82f4..400c4fb273 100644 --- a/sn_networking/Cargo.toml +++ b/sn_networking/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_networking" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.19.3-rc.4" +version = "0.19.3" [features] default = [] @@ -54,11 +54,11 @@ rayon = "1.8.0" rmp-serde = "1.1.1" self_encryption = "~0.30.0" serde = { version = "1.0.133", features = ["derive", "rc"] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.4" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.4" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3" } +sn_registers = { path = "../sn_registers", version = "0.4.3" } +sn_evm = { path = "../sn_evm", version = "0.1.4" } sysinfo = { version = "0.30.8", default-features = false, optional = true } thiserror = "1.0.23" tiny-keccak = { version = "~2.0.2", features = ["sha3"] } diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 5f49511115..82806620a6 100644 --- a/sn_node/Cargo.toml +++ b/sn_node/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "Safe Node" name = "sn_node" -version = "0.112.4-rc.4" +version = "0.112.4" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -52,15 +52,15 @@ rmp-serde = "1.1.1" rayon = "1.8.0" self_encryption = "~0.30.0" serde = { version = "1.0.133", features = ["derive", "rc"] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.4" } -sn_networking = { path = "../sn_networking", version = "0.19.3-rc.4" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.4" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.4" } -sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.4" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7" } +sn_logging = { path = "../sn_logging", version = "0.2.40" } +sn_networking = { path = "../sn_networking", version = "0.19.3" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15" } +sn_registers = { path = "../sn_registers", version = "0.4.3" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3" } +sn_service_management = { path = "../sn_service_management", version = "0.4.3" } +sn_evm = { path = "../sn_evm", version = "0.1.4" } sysinfo = { version = "0.30.8", default-features = false } thiserror = "1.0.23" tokio = { version = "1.32.0", features = [ @@ -83,16 +83,16 @@ strum = { version = "0.26.2", features = ["derive"] } color-eyre = "0.6.2" [dev-dependencies] -evmlib = { path = "../evmlib", version = "0.1.4-rc.4" } -autonomi = { path = "../autonomi", version = "0.2.4-rc.4", features = ["registers"] } +evmlib = { path = "../evmlib", version = "0.1.4" } +autonomi = { path = "../autonomi", version = "0.2.4", features = ["registers"] } reqwest = { version = "0.12.2", default-features = false, features = [ "rustls-tls-manual-roots", ] } serde_json = "1.0" -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4", features = [ +sn_protocol = { path = "../sn_protocol", version = "0.17.15", features = [ "rpc", ] } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.4", features = [ +sn_transfers = { path = "../sn_transfers", version = "0.20.3", features = [ "test-utils", ] } tempfile = "3.6.0" diff --git a/sn_node_manager/Cargo.toml b/sn_node_manager/Cargo.toml index 28f525bebc..c315a25ad1 100644 --- a/sn_node_manager/Cargo.toml +++ b/sn_node_manager/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn-node-manager" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.11.3-rc.4" +version = "0.11.3" [[bin]] name = "safenode-manager" @@ -46,14 +46,14 @@ semver = "1.0.20" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" service-manager = "0.7.0" -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.4" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4" } -sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.4" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19" } +sn_logging = { path = "../sn_logging", version = "0.2.40" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15" } +sn_service_management = { path = "../sn_service_management", version = "0.4.3" } sn-releases = "0.2.6" -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.4" } +sn_evm = { path = "../sn_evm", version = "0.1.4" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3" } sysinfo = "0.30.12" thiserror = "1.0.23" tokio = { version = "1.26", features = ["full"] } diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index b9b14684bc..6759155bf1 100644 --- a/sn_node_rpc_client/Cargo.toml +++ b/sn_node_rpc_client/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_node_rpc_client" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.6.35-rc.4" +version = "0.6.35" [[bin]] name = "safenode_rpc_client" @@ -26,13 +26,13 @@ color-eyre = "0.6.2" hex = "~0.4.3" libp2p = { version = "0.54.1", features = ["kad"]} libp2p-identity = { version="0.2.7", features = ["rand"] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.4" } -sn_node = { path = "../sn_node", version = "0.112.4-rc.4" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4", features=["rpc"] } -sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.4" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.4" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19" } +sn_logging = { path = "../sn_logging", version = "0.2.40" } +sn_node = { path = "../sn_node", version = "0.112.4" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15", features=["rpc"] } +sn_service_management = { path = "../sn_service_management", version = "0.4.3" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3" } thiserror = "1.0.23" # # watch out updating this, protoc compiler needs to be installed on all build systems # # arm builds + musl are very problematic diff --git a/sn_peers_acquisition/Cargo.toml b/sn_peers_acquisition/Cargo.toml index f7e4650aa8..871b4a8e8f 100644 --- a/sn_peers_acquisition/Cargo.toml +++ b/sn_peers_acquisition/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_peers_acquisition" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.5.7-rc.4" +version = "0.5.7" [features] local = [] @@ -21,7 +21,7 @@ lazy_static = "~1.4.0" libp2p = { version = "0.54.1", features = [] } rand = "0.8.5" reqwest = { version="0.12.2", default-features=false, features = ["rustls-tls"] } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4", optional = true} +sn_protocol = { path = "../sn_protocol", version = "0.17.15", optional = true} thiserror = "1.0.23" tokio = { version = "1.32.0", default-features = false } tracing = { version = "~0.1.26" } diff --git a/sn_protocol/Cargo.toml b/sn_protocol/Cargo.toml index a00584163b..da7ca5f243 100644 --- a/sn_protocol/Cargo.toml +++ b/sn_protocol/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn_protocol" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.17.15-rc.4" +version = "0.17.15" [features] default = [] @@ -28,10 +28,10 @@ rmp-serde = "1.1.1" serde = { version = "1.0.133", features = [ "derive", "rc" ]} serde_json = "1.0" sha2 = "0.10.7" -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.4" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.4" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3" } +sn_registers = { path = "../sn_registers", version = "0.4.3" } +sn_evm = { path = "../sn_evm", version = "0.1.4" } thiserror = "1.0.23" tiny-keccak = { version = "~2.0.2", features = [ "sha3" ] } tracing = { version = "~0.1.26" } diff --git a/sn_registers/Cargo.toml b/sn_registers/Cargo.toml index 9d9567529c..7e048f2216 100644 --- a/sn_registers/Cargo.toml +++ b/sn_registers/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_registers" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.4.3-rc.4" +version = "0.4.3" [features] test-utils = [] diff --git a/sn_service_management/Cargo.toml b/sn_service_management/Cargo.toml index a43f68b57d..29c803ef13 100644 --- a/sn_service_management/Cargo.toml +++ b/sn_service_management/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn_service_management" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.4.3-rc.4" +version = "0.4.3" [dependencies] async-trait = "0.1" @@ -19,11 +19,11 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" semver = "1.0.20" service-manager = "0.7.0" -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.4" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4", features = [ +sn_logging = { path = "../sn_logging", version = "0.2.40" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15", features = [ "rpc", ] } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } +sn_evm = { path = "../sn_evm", version = "0.1.4" } sysinfo = "0.30.12" thiserror = "1.0.23" tokio = { version = "1.32.0", features = ["time"] } diff --git a/sn_transfers/Cargo.toml b/sn_transfers/Cargo.toml index d3ff4a8537..a095d90c1b 100644 --- a/sn_transfers/Cargo.toml +++ b/sn_transfers/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_transfers" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.20.3-rc.4" +version = "0.20.3" [features] reward-forward = [] diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 906a3b212a..521977d6bc 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "test_utils" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.4.11-rc.4" +version = "0.4.11" [features] local = ["sn_peers_acquisition/local"] @@ -16,9 +16,9 @@ local = ["sn_peers_acquisition/local"] bytes = { version = "1.0.1", features = ["serde"] } color-eyre = "~0.6.2" dirs-next = "~2.0.0" -evmlib = { path = "../evmlib", version = "0.1.4-rc.4" } +evmlib = { path = "../evmlib", version = "0.1.4" } libp2p = { version = "0.54.1", features = ["identify", "kad"] } rand = "0.8.5" serde = { version = "1.0.133", features = ["derive"] } serde_json = "1.0" -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7" } diff --git a/token_supplies/Cargo.toml b/token_supplies/Cargo.toml index 937d918cab..976529fb2e 100644 --- a/token_supplies/Cargo.toml +++ b/token_supplies/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "token_supplies" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.58-rc.4" +version = "0.1.58" [dependencies]