Skip to content

Commit

Permalink
release: version 3.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Sep 3, 2024
1 parent dece64c commit 5c0ae69
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-beta-develop"
version = "3.0.0-beta"

[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-beta-develop", path = "packages/located-error" }
torrust-index-located-error = { version = "3.0.0-beta", 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 5c0ae69

Please sign in to comment.