From d950f5ebf9c0963ab9b9d996d01582aae0c676d2 Mon Sep 17 00:00:00 2001 From: Cameron Garnham Date: Sun, 15 Oct 2023 23:12:50 +0200 Subject: [PATCH] develop: bump to version 3.0.0-alpha.3-develop --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1046838d..e40c29b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2994,7 +2994,7 @@ dependencies = [ [[package]] name = "torrust-index" -version = "3.0.0-alpha.2" +version = "3.0.0-alpha.3-develop" dependencies = [ "argon2", "async-trait", @@ -3042,7 +3042,7 @@ dependencies = [ [[package]] name = "torrust-index-located-error" -version = "3.0.0-alpha.2" +version = "3.0.0-alpha.3-develop" dependencies = [ "log", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 89c35e18..21f27a3e 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-alpha.2" +version = "3.0.0-alpha.3-develop" [profile.dev.package.sqlx-macros] @@ -69,7 +69,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-alpha.2", path = "packages/located-error" } +torrust-index-located-error = { version = "3.0.0-alpha.3-develop", path = "packages/located-error" } tower-http = { version = "0", features = ["compression-full", "cors"] } urlencoding = "2" uuid = { version = "1", features = ["v4"] }