From 867a1f5c5e545347b4a88a6a0dda31351bb38b88 Mon Sep 17 00:00:00 2001 From: Jose Celano Date: Tue, 24 Sep 2024 09:52:52 +0100 Subject: [PATCH] release: version 3.0.0-rc.1 --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f86bfdc..9d6dd97a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3825,7 +3825,7 @@ dependencies = [ [[package]] name = "torrust-index" -version = "3.0.0-rc.1-develop" +version = "3.0.0-rc.1" dependencies = [ "anyhow", "argon2", @@ -3891,7 +3891,7 @@ dependencies = [ [[package]] name = "torrust-index-located-error" -version = "3.0.0-rc.1-develop" +version = "3.0.0-rc.1" dependencies = [ "thiserror", "tracing", diff --git a/Cargo.toml b/Cargo.toml index a4d64f0d..68daa021 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ license = "AGPL-3.0-only" publish = true repository = "https://github.com/torrust/torrust-tracker" rust-version = "1.72" -version = "3.0.0-rc.1-develop" +version = "3.0.0-rc.1" [profile.dev.package.sqlx-macros] opt-level = 3 @@ -89,7 +89,7 @@ text-to-png = "0" thiserror = "1" tokio = { version = "1", features = ["fs", "io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] } toml = "0" -torrust-index-located-error = { version = "3.0.0-rc.1-develop", path = "packages/located-error" } +torrust-index-located-error = { version = "3.0.0-rc.1", path = "packages/located-error" } tower = { version = "0.4", features = ["timeout"] } tower-http = { version = "0", features = ["compression-full", "cors", "propagate-header", "request-id", "trace"] } trace = "0.1.7"