Skip to content

Commit

Permalink
Merge #735: Version 3.0.0-rc.1 was Released
Browse files Browse the repository at this point in the history
b0a458c develop: bump to version 3.0.0-develop (Jose Celano)
867a1f5 release: version 3.0.0-rc.1 (Jose Celano)

Pull request description:

  Version 3.0.0-rc.1 was Released

ACKs for top commit:
  josecelano:
    ACK b0a458c

Tree-SHA512: e0fc02224cc87ee8f9bef7e8a9a02fff402498e8bb654457bbc9ebf8ca124b6ea51eb9479f3db0427470b92b28d44646e707e058b3b059e2e44273b8ef5e26f4
  • Loading branch information
josecelano committed Sep 24, 2024
2 parents 3015495 + b0a458c commit 6954805
Show file tree
Hide file tree
Showing 2 changed files with 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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-develop"

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

0 comments on commit 6954805

Please sign in to comment.