Skip to content

Commit 867a1f5

Browse files
committed
release: version 3.0.0-rc.1
1 parent 3015495 commit 867a1f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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-rc.1-develop"
30+
version = "3.0.0-rc.1"
3131

3232
[profile.dev.package.sqlx-macros]
3333
opt-level = 3
@@ -89,7 +89,7 @@ text-to-png = "0"
8989
thiserror = "1"
9090
tokio = { version = "1", features = ["fs", "io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] }
9191
toml = "0"
92-
torrust-index-located-error = { version = "3.0.0-rc.1-develop", path = "packages/located-error" }
92+
torrust-index-located-error = { version = "3.0.0-rc.1", path = "packages/located-error" }
9393
tower = { version = "0.4", features = ["timeout"] }
9494
tower-http = { version = "0", features = ["compression-full", "cors", "propagate-header", "request-id", "trace"] }
9595
trace = "0.1.7"

0 commit comments

Comments
 (0)