Skip to content

Commit 1cebf8f

Browse files
committed
Merge #351: Version 3.0.0-alpha.2 was Released
d950f5e develop: bump to version 3.0.0-alpha.3-develop (Cameron Garnham) 27afd4e release: version 3.0.0-alpha.1 (Cameron Garnham) b289621 release: version 3.0.0-alpha.2 (Cameron Garnham) Pull request description: ACKs for top commit: da2ce7: ACK d950f5e Tree-SHA512: 756e841e2854fbc16accd9be9ccc7695ff16b378bb21ac6475bcd357d5ab92019fef8630975ced52611d08899e31675883bd13ce5cea9e85b15d916930777d7a
2 parents 57b0c49 + d950f5e commit 1cebf8f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ license = "AGPL-3.0-only"
2727
publish = true
2828
repository = "https://github.com/torrust/torrust-tracker"
2929
rust-version = "1.72"
30-
version = "3.0.0-alpha.2-develop"
30+
version = "3.0.0-alpha.3-develop"
31+
3132

3233
[profile.dev.package.sqlx-macros]
3334
opt-level = 3
@@ -68,7 +69,7 @@ text-to-png = "0"
6869
thiserror = "1"
6970
tokio = { version = "1", features = ["fs", "io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] }
7071
toml = "0"
71-
torrust-index-located-error = { version = "3.0.0-alpha.2-develop", path = "packages/located-error" }
72+
torrust-index-located-error = { version = "3.0.0-alpha.3-develop", path = "packages/located-error" }
7273
tower-http = { version = "0", features = ["compression-full", "cors"] }
7374
urlencoding = "2"
7475
uuid = { version = "1", features = ["v4"] }

0 commit comments

Comments
 (0)