From d73edae9b758cfc38c7e4c29b09c7e8d5741bb34 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Tue, 11 Feb 2025 12:30:23 +0000 Subject: [PATCH] chore(release): stable release 2025.1.2.3 ================== Crate Versions ================== ant-bootstrap: 0.1.5 ant-build-info: 0.1.24 ant-cli: 0.3.7 ant-evm: 0.1.9 ant-logging: 0.2.46 ant-metrics: 0.1.25 ant-networking: 0.3.5 ant-node: 0.3.6 ant-node-manager: 0.11.8 ant-node-rpc-client: 0.6.42 ant-protocol: 1.0.0 ant-service-management: 0.4.8 ant-token-supplies: 0.1.63 autonomi: 0.3.6 evmlib: 0.1.9 evm-testnet: 0.1.9 nat-detection: 0.2.16 node-launchpad: 0.5.4 test-utils: 0.4.16 =================== Binary Versions =================== ant: 0.3.7 antctl: 0.11.8 antctld: 0.11.8 antnode: 0.3.6 antnode_rpc_client: 0.6.42 nat-detection: 0.2.16 node-launchpad: 0.5.4 --- Cargo.lock | 38 +++++++++++++++---------------- ant-bootstrap/Cargo.toml | 6 ++--- ant-build-info/Cargo.toml | 2 +- ant-cli/Cargo.toml | 14 ++++++------ ant-evm/Cargo.toml | 4 ++-- ant-logging/Cargo.toml | 2 +- ant-metrics/Cargo.toml | 2 +- ant-networking/Cargo.toml | 10 ++++---- ant-node-manager/Cargo.toml | 14 ++++++------ ant-node-rpc-client/Cargo.toml | 12 +++++----- ant-node/Cargo.toml | 22 +++++++++--------- ant-protocol/Cargo.toml | 6 ++--- ant-service-management/Cargo.toml | 10 ++++---- ant-token-supplies/Cargo.toml | 2 +- autonomi/Cargo.toml | 12 +++++----- evm-testnet/Cargo.toml | 6 ++--- evmlib/Cargo.toml | 2 +- nat-detection/Cargo.toml | 8 +++---- node-launchpad/Cargo.toml | 14 ++++++------ test-utils/Cargo.toml | 4 ++-- 20 files changed, 95 insertions(+), 95 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c0103426e..a3caeb7b84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -772,7 +772,7 @@ dependencies = [ [[package]] name = "ant-bootstrap" -version = "0.1.5-rc.3" +version = "0.1.5" dependencies = [ "ant-logging", "ant-protocol", @@ -796,7 +796,7 @@ dependencies = [ [[package]] name = "ant-build-info" -version = "0.1.24-rc.3" +version = "0.1.24" dependencies = [ "chrono", "tracing", @@ -805,7 +805,7 @@ dependencies = [ [[package]] name = "ant-cli" -version = "0.3.7-rc.3" +version = "0.3.7" dependencies = [ "ant-bootstrap", "ant-build-info", @@ -836,7 +836,7 @@ dependencies = [ [[package]] name = "ant-evm" -version = "0.1.9-rc.3" +version = "0.1.9" dependencies = [ "custom_debug", "evmlib", @@ -858,7 +858,7 @@ dependencies = [ [[package]] name = "ant-logging" -version = "0.2.46-rc.3" +version = "0.2.46" dependencies = [ "chrono", "color-eyre", @@ -883,7 +883,7 @@ dependencies = [ [[package]] name = "ant-metrics" -version = "0.1.25-rc.3" +version = "0.1.25" dependencies = [ "clap", "color-eyre", @@ -897,7 +897,7 @@ dependencies = [ [[package]] name = "ant-networking" -version = "0.3.5-rc.3" +version = "0.3.5" dependencies = [ "aes-gcm-siv", "ant-bootstrap", @@ -938,7 +938,7 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.3.6-rc.3" +version = "0.3.6" dependencies = [ "ant-bootstrap", "ant-build-info", @@ -994,7 +994,7 @@ dependencies = [ [[package]] name = "ant-node-manager" -version = "0.11.8-rc.3" +version = "0.11.8" dependencies = [ "ant-bootstrap", "ant-build-info", @@ -1037,7 +1037,7 @@ dependencies = [ [[package]] name = "ant-node-rpc-client" -version = "0.6.42-rc.3" +version = "0.6.42" dependencies = [ "ant-build-info", "ant-logging", @@ -1061,7 +1061,7 @@ dependencies = [ [[package]] name = "ant-protocol" -version = "0.3.4-rc.3" +version = "1.0.0" dependencies = [ "ant-build-info", "ant-evm", @@ -1111,7 +1111,7 @@ dependencies = [ [[package]] name = "ant-service-management" -version = "0.4.8-rc.3" +version = "0.4.8" dependencies = [ "ant-bootstrap", "ant-evm", @@ -1138,7 +1138,7 @@ dependencies = [ [[package]] name = "ant-token-supplies" -version = "0.1.63-rc.3" +version = "0.1.63" dependencies = [ "dirs-next", "reqwest 0.11.27", @@ -1576,7 +1576,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "autonomi" -version = "0.3.6-rc.3" +version = "0.3.6" dependencies = [ "alloy", "ant-bootstrap", @@ -3165,7 +3165,7 @@ dependencies = [ [[package]] name = "evm-testnet" -version = "0.1.9-rc.3" +version = "0.1.9" dependencies = [ "ant-evm", "clap", @@ -3176,7 +3176,7 @@ dependencies = [ [[package]] name = "evmlib" -version = "0.1.9-rc.3" +version = "0.1.9" dependencies = [ "alloy", "dirs-next", @@ -6000,7 +6000,7 @@ dependencies = [ [[package]] name = "nat-detection" -version = "0.2.16-rc.3" +version = "0.2.16" dependencies = [ "ant-build-info", "ant-networking", @@ -6116,7 +6116,7 @@ dependencies = [ [[package]] name = "node-launchpad" -version = "0.5.4-rc.3" +version = "0.5.4" dependencies = [ "ant-bootstrap", "ant-build-info", @@ -8726,7 +8726,7 @@ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "test-utils" -version = "0.4.16-rc.3" +version = "0.4.16" dependencies = [ "bytes", "color-eyre", diff --git a/ant-bootstrap/Cargo.toml b/ant-bootstrap/Cargo.toml index 84ee256a7b..e07357939b 100644 --- a/ant-bootstrap/Cargo.toml +++ b/ant-bootstrap/Cargo.toml @@ -7,14 +7,14 @@ license = "GPL-3.0" name = "ant-bootstrap" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.1.5-rc.3" +version = "0.1.5" [features] local = [] [dependencies] -ant-logging = { path = "../ant-logging", version = "0.2.46-rc.3" } -ant-protocol = { path = "../ant-protocol", version = "0.3.4-rc.3" } +ant-logging = { path = "../ant-logging", version = "0.2.46" } +ant-protocol = { path = "../ant-protocol", version = "1.0.0" } atomic-write-file = "0.2.2" chrono = { version = "0.4", features = ["serde"] } clap = { version = "4.2.1", features = ["derive", "env"] } diff --git a/ant-build-info/Cargo.toml b/ant-build-info/Cargo.toml index ee3f8aafb7..81b07d37f0 100644 --- a/ant-build-info/Cargo.toml +++ b/ant-build-info/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "ant-build-info" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.1.24-rc.3" +version = "0.1.24" build = "build.rs" include = ["Cargo.toml", "src/**/*", "build.rs"] diff --git a/ant-cli/Cargo.toml b/ant-cli/Cargo.toml index 44e01b7a71..7b676d561e 100644 --- a/ant-cli/Cargo.toml +++ b/ant-cli/Cargo.toml @@ -3,7 +3,7 @@ authors = ["MaidSafe Developers "] name = "ant-cli" description = "CLI client for the Autonomi network" license = "GPL-3.0" -version = "0.3.7-rc.3" +version = "0.3.7" edition = "2021" homepage = "https://maidsafe.net" readme = "README.md" @@ -23,11 +23,11 @@ name = "files" harness = false [dependencies] -ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.5-rc.3" } -ant-build-info = { path = "../ant-build-info", version = "0.1.24-rc.3" } -ant-logging = { path = "../ant-logging", version = "0.2.46-rc.3" } -ant-protocol = { path = "../ant-protocol", version = "0.3.4-rc.3" } -autonomi = { path = "../autonomi", version = "0.3.6-rc.3", features = [ "loud" ] } +ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.5" } +ant-build-info = { path = "../ant-build-info", version = "0.1.24" } +ant-logging = { path = "../ant-logging", version = "0.2.46" } +ant-protocol = { path = "../ant-protocol", version = "1.0.0" } +autonomi = { path = "../autonomi", version = "0.3.6", features = [ "loud" ] } clap = { version = "4.2.1", features = ["derive"] } color-eyre = "0.6.3" const-hex = "1.13.1" @@ -54,7 +54,7 @@ tracing = { version = "~0.1.26" } walkdir = "2.5.0" [dev-dependencies] -autonomi = { path = "../autonomi", version = "0.3.6-rc.3" } +autonomi = { path = "../autonomi", version = "0.3.6" } criterion = "0.5.1" eyre = "0.6.8" rand = { version = "~0.8.5", features = ["small_rng"] } diff --git a/ant-evm/Cargo.toml b/ant-evm/Cargo.toml index e90ffd4cb1..1e15b8d6f8 100644 --- a/ant-evm/Cargo.toml +++ b/ant-evm/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "ant-evm" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.1.9-rc.3" +version = "0.1.9" [features] external-signer = ["evmlib/external-signer"] @@ -15,7 +15,7 @@ test-utils = [] [dependencies] custom_debug = "~0.6.1" -evmlib = { path = "../evmlib", version = "0.1.9-rc.3" } +evmlib = { path = "../evmlib", version = "0.1.9" } hex = "~0.4.3" lazy_static = "1.4.0" libp2p = { version = "0.55.0", features = ["identify", "kad"] } diff --git a/ant-logging/Cargo.toml b/ant-logging/Cargo.toml index a944f17a1d..a27bec98ee 100644 --- a/ant-logging/Cargo.toml +++ b/ant-logging/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "ant-logging" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.2.46-rc.3" +version = "0.2.46" [dependencies] chrono = "~0.4.19" diff --git a/ant-metrics/Cargo.toml b/ant-metrics/Cargo.toml index 0b79f84022..fb9f77b744 100644 --- a/ant-metrics/Cargo.toml +++ b/ant-metrics/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "ant-metrics" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.1.25-rc.3" +version = "0.1.25" [[bin]] path = "src/main.rs" diff --git a/ant-networking/Cargo.toml b/ant-networking/Cargo.toml index 8f03c273ee..e955fce386 100644 --- a/ant-networking/Cargo.toml +++ b/ant-networking/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "ant-networking" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.3.5-rc.3" +version = "0.3.5" [features] default = [] @@ -16,10 +16,10 @@ open-metrics = ["libp2p/metrics", "prometheus-client", "hyper", "sysinfo"] [dependencies] aes-gcm-siv = "0.11.1" -ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.5-rc.3" } -ant-build-info = { path = "../ant-build-info", version = "0.1.24-rc.3" } -ant-evm = { path = "../ant-evm", version = "0.1.9-rc.3" } -ant-protocol = { path = "../ant-protocol", version = "0.3.4-rc.3" } +ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.5" } +ant-build-info = { path = "../ant-build-info", version = "0.1.24" } +ant-evm = { path = "../ant-evm", version = "0.1.9" } +ant-protocol = { path = "../ant-protocol", version = "1.0.0" } async-trait = "0.1" bls = { package = "blsttc", version = "8.0.2" } bytes = { version = "1.0.1", features = ["serde"] } diff --git a/ant-node-manager/Cargo.toml b/ant-node-manager/Cargo.toml index 9463838c29..07e986164b 100644 --- a/ant-node-manager/Cargo.toml +++ b/ant-node-manager/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "ant-node-manager" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.11.8-rc.3" +version = "0.11.8" [[bin]] name = "antctl" @@ -29,13 +29,13 @@ tcp = [] websockets = [] [dependencies] -ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.5-rc.3" } -ant-build-info = { path = "../ant-build-info", version = "0.1.24-rc.3" } -ant-evm = { path = "../ant-evm", version = "0.1.9-rc.3" } -ant-logging = { path = "../ant-logging", version = "0.2.46-rc.3" } -ant-protocol = { path = "../ant-protocol", version = "0.3.4-rc.3" } +ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.5" } +ant-build-info = { path = "../ant-build-info", version = "0.1.24" } +ant-evm = { path = "../ant-evm", version = "0.1.9" } +ant-logging = { path = "../ant-logging", version = "0.2.46" } +ant-protocol = { path = "../ant-protocol", version = "1.0.0" } ant-releases = { version = "0.4.0" } -ant-service-management = { path = "../ant-service-management", version = "0.4.8-rc.3" } +ant-service-management = { path = "../ant-service-management", version = "0.4.8" } chrono = "~0.4.19" clap = { version = "4.4.6", features = ["derive", "env"] } colored = "2.0.4" diff --git a/ant-node-rpc-client/Cargo.toml b/ant-node-rpc-client/Cargo.toml index 4ba6e42426..ed8061b64f 100644 --- a/ant-node-rpc-client/Cargo.toml +++ b/ant-node-rpc-client/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "ant-node-rpc-client" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.6.42-rc.3" +version = "0.6.42" [[bin]] name = "antnode_rpc_client" @@ -17,11 +17,11 @@ path = "src/main.rs" nightly = [] [dependencies] -ant-build-info = { path = "../ant-build-info", version = "0.1.24-rc.3" } -ant-logging = { path = "../ant-logging", version = "0.2.46-rc.3" } -ant-protocol = { path = "../ant-protocol", version = "0.3.4-rc.3", features=["rpc"] } -ant-node = { path = "../ant-node", version = "0.3.6-rc.3" } -ant-service-management = { path = "../ant-service-management", version = "0.4.8-rc.3" } +ant-build-info = { path = "../ant-build-info", version = "0.1.24" } +ant-logging = { path = "../ant-logging", version = "0.2.46" } +ant-protocol = { path = "../ant-protocol", version = "1.0.0", features=["rpc"] } +ant-node = { path = "../ant-node", version = "0.3.6" } +ant-service-management = { path = "../ant-service-management", version = "0.4.8" } async-trait = "0.1" bls = { package = "blsttc", version = "8.0.1" } clap = { version = "4.2.1", features = ["derive"] } diff --git a/ant-node/Cargo.toml b/ant-node/Cargo.toml index 1ddfed6b7b..358c639054 100644 --- a/ant-node/Cargo.toml +++ b/ant-node/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "The Autonomi node binary" name = "ant-node" -version = "0.3.6-rc.3" +version = "0.3.6" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -22,13 +22,13 @@ open-metrics = ["ant-networking/open-metrics", "prometheus-client"] otlp = ["ant-logging/otlp"] [dependencies] -ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.5-rc.3" } -ant-build-info = { path = "../ant-build-info", version = "0.1.24-rc.3" } -ant-evm = { path = "../ant-evm", version = "0.1.9-rc.3" } -ant-logging = { path = "../ant-logging", version = "0.2.46-rc.3", features = ["process-metrics"] } -ant-networking = { path = "../ant-networking", version = "0.3.5-rc.3" } -ant-protocol = { path = "../ant-protocol", version = "0.3.4-rc.3" } -ant-service-management = { path = "../ant-service-management", version = "0.4.8-rc.3" } +ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.5" } +ant-build-info = { path = "../ant-build-info", version = "0.1.24" } +ant-evm = { path = "../ant-evm", version = "0.1.9" } +ant-logging = { path = "../ant-logging", version = "0.2.46", features = ["process-metrics"] } +ant-networking = { path = "../ant-networking", version = "0.3.5" } +ant-protocol = { path = "../ant-protocol", version = "1.0.0" } +ant-service-management = { path = "../ant-service-management", version = "0.4.8" } async-trait = "0.1" bls = { package = "blsttc", version = "8.0.1" } bytes = { version = "1.0.1", features = ["serde"] } @@ -77,10 +77,10 @@ walkdir = "~2.5.0" xor_name = "5.0.0" [dev-dependencies] -ant-protocol = { path = "../ant-protocol", version = "0.3.4-rc.3", features = ["rpc"] } +ant-protocol = { path = "../ant-protocol", version = "1.0.0", features = ["rpc"] } assert_fs = "1.0.0" -evmlib = { path = "../evmlib", version = "0.1.9-rc.3" } -autonomi = { path = "../autonomi", version = "0.3.6-rc.3" } +evmlib = { path = "../evmlib", version = "0.1.9" } +autonomi = { path = "../autonomi", version = "0.3.6" } reqwest = { version = "0.12.2", default-features = false, features = [ "rustls-tls-manual-roots", ] } diff --git a/ant-protocol/Cargo.toml b/ant-protocol/Cargo.toml index 4ea9a690aa..dd057c72d4 100644 --- a/ant-protocol/Cargo.toml +++ b/ant-protocol/Cargo.toml @@ -7,15 +7,15 @@ license = "GPL-3.0" name = "ant-protocol" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.3.4-rc.3" +version = "1.0.0" [features] default = [] rpc = ["tonic", "prost"] [dependencies] -ant-build-info = { path = "../ant-build-info", version = "0.1.24-rc.3" } -ant-evm = { path = "../ant-evm", version = "0.1.9-rc.3" } +ant-build-info = { path = "../ant-build-info", version = "0.1.24" } +ant-evm = { path = "../ant-evm", version = "0.1.9" } bls = { package = "blsttc", version = "8.0.1" } bytes = { version = "1.0.1", features = ["serde"] } color-eyre = "0.6.3" diff --git a/ant-service-management/Cargo.toml b/ant-service-management/Cargo.toml index b1aff64188..16db7269c0 100644 --- a/ant-service-management/Cargo.toml +++ b/ant-service-management/Cargo.toml @@ -7,13 +7,13 @@ license = "GPL-3.0" name = "ant-service-management" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.4.8-rc.3" +version = "0.4.8" [dependencies] -ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.5-rc.3" } -ant-evm = { path = "../ant-evm", version = "0.1.9-rc.3" } -ant-logging = { path = "../ant-logging", version = "0.2.46-rc.3" } -ant-protocol = { path = "../ant-protocol", version = "0.3.4-rc.3", features = ["rpc"] } +ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.5" } +ant-evm = { path = "../ant-evm", version = "0.1.9" } +ant-logging = { path = "../ant-logging", version = "0.2.46" } +ant-protocol = { path = "../ant-protocol", version = "1.0.0", features = ["rpc"] } async-trait = "0.1" dirs-next = "2.0.0" libp2p = { version = "0.55.0", features = ["kad"] } diff --git a/ant-token-supplies/Cargo.toml b/ant-token-supplies/Cargo.toml index 4fab27780d..c788f13d04 100644 --- a/ant-token-supplies/Cargo.toml +++ b/ant-token-supplies/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "ant-token-supplies" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.1.63-rc.3" +version = "0.1.63" [dependencies] diff --git a/autonomi/Cargo.toml b/autonomi/Cargo.toml index 301da90ca9..b00e6d3459 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.3.6-rc.3" +version = "0.3.6" edition = "2021" homepage = "https://maidsafe.net" readme = "README.md" @@ -26,10 +26,10 @@ extension-module = ["pyo3/extension-module", "pyo3-async-runtimes"] loud = [] [dependencies] -ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.5-rc.3" } -ant-evm = { path = "../ant-evm", version = "0.1.9-rc.3" } -ant-networking = { path = "../ant-networking", version = "0.3.5-rc.3" } -ant-protocol = { path = "../ant-protocol", version = "0.3.4-rc.3" } +ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.5" } +ant-evm = { path = "../ant-evm", version = "0.1.9" } +ant-networking = { path = "../ant-networking", version = "0.3.5" } +ant-protocol = { path = "../ant-protocol", version = "1.0.0" } bip39 = "2.0.0" blst = "0.3.13" blstrs = "0.7.1" @@ -56,7 +56,7 @@ xor_name = "5.0.0" [dev-dependencies] alloy = { version = "0.7.3", default-features = false, features = ["contract", "json-rpc", "network", "node-bindings", "provider-http", "reqwest-rustls-tls", "rpc-client", "rpc-types", "signer-local", "std"] } -ant-logging = { path = "../ant-logging", version = "0.2.46-rc.3" } +ant-logging = { path = "../ant-logging", version = "0.2.46" } eyre = "0.6.5" serial_test = "3.2.0" sha2 = "0.10.6" diff --git a/evm-testnet/Cargo.toml b/evm-testnet/Cargo.toml index 86cd2dcb0d..8dac620dbf 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/autonomi" -version = "0.1.9-rc.3" +version = "0.1.9" [dependencies] -ant-evm = { path = "../ant-evm", version = "0.1.9-rc.3" } +ant-evm = { path = "../ant-evm", version = "0.1.9" } clap = { version = "4.5", features = ["derive"] } dirs-next = "~2.0.0" -evmlib = { path = "../evmlib", version = "0.1.9-rc.3" } +evmlib = { path = "../evmlib", version = "0.1.9" } tokio = { version = "1.40", features = ["rt-multi-thread", "signal"] } [lints] diff --git a/evmlib/Cargo.toml b/evmlib/Cargo.toml index 81c9e3b413..61d71e3493 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/autonomi" -version = "0.1.9-rc.3" +version = "0.1.9" [features] external-signer = [] diff --git a/nat-detection/Cargo.toml b/nat-detection/Cargo.toml index c4088c8b05..6a43a51352 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/autonomi" -version = "0.2.16-rc.3" +version = "0.2.16" [[bin]] name = "nat-detection" @@ -17,9 +17,9 @@ path = "src/main.rs" nightly = [] [dependencies] -ant-build-info = { path = "../ant-build-info", version = "0.1.24-rc.3" } -ant-networking = { path = "../ant-networking", version = "0.3.5-rc.3" } -ant-protocol = { path = "../ant-protocol", version = "0.3.4-rc.3" } +ant-build-info = { path = "../ant-build-info", version = "0.1.24" } +ant-networking = { path = "../ant-networking", version = "0.3.5" } +ant-protocol = { path = "../ant-protocol", version = "1.0.0" } clap = { version = "4.5.4", features = ["derive"] } clap-verbosity-flag = "2.2.0" color-eyre = { version = "0.6", default-features = false } diff --git a/node-launchpad/Cargo.toml b/node-launchpad/Cargo.toml index 8598a83342..233ef6e2ea 100644 --- a/node-launchpad/Cargo.toml +++ b/node-launchpad/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "TUI for running nodes on the Autonomi network" name = "node-launchpad" -version = "0.5.4-rc.3" +version = "0.5.4" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -18,13 +18,13 @@ path = "src/bin/tui/main.rs" nightly = [] [dependencies] -ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.5-rc.3" } -ant-build-info = { path = "../ant-build-info", version = "0.1.24-rc.3" } -ant-evm = { path = "../ant-evm", version = "0.1.9-rc.3" } -ant-node-manager = { version = "0.11.8-rc.3", path = "../ant-node-manager" } -ant-protocol = { path = "../ant-protocol", version = "0.3.4-rc.3" } +ant-bootstrap = { path = "../ant-bootstrap", version = "0.1.5" } +ant-build-info = { path = "../ant-build-info", version = "0.1.24" } +ant-evm = { path = "../ant-evm", version = "0.1.9" } +ant-node-manager = { version = "0.11.8", path = "../ant-node-manager" } +ant-protocol = { path = "../ant-protocol", version = "1.0.0" } ant-releases = { version = "0.4.0" } -ant-service-management = { version = "0.4.8-rc.3", path = "../ant-service-management" } +ant-service-management = { version = "0.4.8", path = "../ant-service-management" } arboard = "3.4.1" atty = "0.2.14" better-panic = "0.3.0" diff --git a/test-utils/Cargo.toml b/test-utils/Cargo.toml index 93e2df919e..98a75121b0 100644 --- a/test-utils/Cargo.toml +++ b/test-utils/Cargo.toml @@ -7,13 +7,13 @@ license = "GPL-3.0" name = "test-utils" readme = "README.md" repository = "https://github.com/maidsafe/autonomi" -version = "0.4.16-rc.3" +version = "0.4.16" [dependencies] bytes = { version = "1.0.1", features = ["serde"] } color-eyre = "0.6.3" dirs-next = "~2.0.0" -evmlib = { path = "../evmlib", version = "0.1.9-rc.3" } +evmlib = { path = "../evmlib", version = "0.1.9" } libp2p = { version = "0.55.0", features = ["identify", "kad"] } rand = "0.8.5" serde = { version = "1.0.133", features = ["derive"] }