Skip to content

Commit

Permalink
Merge torrust#351: Version 3.0.0-alpha.2 was Released
Browse files Browse the repository at this point in the history
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
  • Loading branch information
da2ce7 committed Oct 15, 2023
2 parents 57b0c49 + d950f5e commit 1cebf8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ license = "AGPL-3.0-only"
publish = true
repository = "https://github.com/torrust/torrust-tracker"
rust-version = "1.72"
version = "3.0.0-alpha.2-develop"
version = "3.0.0-alpha.3-develop"


[profile.dev.package.sqlx-macros]
opt-level = 3
Expand Down Expand Up @@ -68,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-develop", 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"] }
Expand Down

0 comments on commit 1cebf8f

Please sign in to comment.