diff --git a/Cargo.lock b/Cargo.lock index edf34580..144798bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2998,7 +2998,7 @@ dependencies = [ [[package]] name = "torrust-index" -version = "3.0.0-alpha.1-develop" +version = "3.0.0-alpha.1" dependencies = [ "argon2", "async-trait", @@ -3046,7 +3046,7 @@ dependencies = [ [[package]] name = "torrust-index-located-error" -version = "3.0.0-alpha.1-develop" +version = "3.0.0-alpha.1" dependencies = [ "log", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 4d929082..bdbbfe48 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.1-develop" +version = "3.0.0-alpha.1" [profile.dev.package.sqlx-macros] opt-level = 3 @@ -68,7 +68,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.1-develop", path = "packages/located-error" } +torrust-index-located-error = { version = "3.0.0-alpha.1", path = "packages/located-error" } tower-http = { version = "0", features = ["compression-full", "cors"] } urlencoding = "2" uuid = { version = "1", features = ["v4"] }