Skip to content

Commit

Permalink
Merge #1046: Version 3.0.0-rc.1 was Released
Browse files Browse the repository at this point in the history
cb809d3 develop: bump to version 3.0.0-develop (Jose Celano)
beb56d3 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 cb809d3

Tree-SHA512: 206c02214c1aaa3d05398d16544a7f70a20d1d4586082a1494e6401022eb1d010cd4998e98d7c8a2918f2e06b603086de2f6a1dd220279ad64daf98dbede310c
  • Loading branch information
josecelano committed Sep 23, 2024
2 parents 775446d + cb809d3 commit 1c4463a
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

16 changes: 8 additions & 8 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"

[dependencies]
anyhow = "1"
Expand Down Expand Up @@ -69,12 +69,12 @@ serde_repr = "0"
serde_with = { version = "3", features = ["json"] }
thiserror = "1"
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "signal", "sync"] }
torrust-tracker-clock = { version = "3.0.0-rc.1-develop", path = "packages/clock" }
torrust-tracker-configuration = { version = "3.0.0-rc.1-develop", path = "packages/configuration" }
torrust-tracker-contrib-bencode = { version = "3.0.0-rc.1-develop", path = "contrib/bencode" }
torrust-tracker-located-error = { version = "3.0.0-rc.1-develop", path = "packages/located-error" }
torrust-tracker-primitives = { version = "3.0.0-rc.1-develop", path = "packages/primitives" }
torrust-tracker-torrent-repository = { version = "3.0.0-rc.1-develop", path = "packages/torrent-repository" }
torrust-tracker-clock = { version = "3.0.0-develop", path = "packages/clock" }
torrust-tracker-configuration = { version = "3.0.0-develop", path = "packages/configuration" }
torrust-tracker-contrib-bencode = { version = "3.0.0-develop", path = "contrib/bencode" }
torrust-tracker-located-error = { version = "3.0.0-develop", path = "packages/located-error" }
torrust-tracker-primitives = { version = "3.0.0-develop", path = "packages/primitives" }
torrust-tracker-torrent-repository = { version = "3.0.0-develop", path = "packages/torrent-repository" }
tower = { version = "0", features = ["timeout"] }
tower-http = { version = "0", features = ["compression-full", "cors", "propagate-header", "request-id", "trace"] }
trace = "0"
Expand All @@ -90,7 +90,7 @@ ignored = ["crossbeam-skiplist", "dashmap", "figment", "parking_lot", "serde_byt
[dev-dependencies]
local-ip-address = "0"
mockall = "0"
torrust-tracker-test-helpers = { version = "3.0.0-rc.1-develop", path = "packages/test-helpers" }
torrust-tracker-test-helpers = { version = "3.0.0-develop", path = "packages/test-helpers" }

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion packages/clock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ version.workspace = true
chrono = { version = "0", default-features = false, features = ["clock"] }
lazy_static = "1"

torrust-tracker-primitives = { version = "3.0.0-rc.1-develop", path = "../primitives" }
torrust-tracker-primitives = { version = "3.0.0-develop", path = "../primitives" }

[dev-dependencies]
2 changes: 1 addition & 1 deletion packages/configuration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde_json = { version = "1", features = ["preserve_order"] }
serde_with = "3"
thiserror = "1"
toml = "0"
torrust-tracker-located-error = { version = "3.0.0-rc.1-develop", path = "../located-error" }
torrust-tracker-located-error = { version = "3.0.0-develop", path = "../located-error" }
url = "2"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion packages/test-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ version.workspace = true

[dependencies]
rand = "0"
torrust-tracker-configuration = { version = "3.0.0-rc.1-develop", path = "../configuration" }
torrust-tracker-configuration = { version = "3.0.0-develop", path = "../configuration" }
6 changes: 3 additions & 3 deletions packages/torrent-repository/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ dashmap = "6"
futures = "0"
parking_lot = "0"
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "signal", "sync"] }
torrust-tracker-clock = { version = "3.0.0-rc.1-develop", path = "../clock" }
torrust-tracker-configuration = { version = "3.0.0-rc.1-develop", path = "../configuration" }
torrust-tracker-primitives = { version = "3.0.0-rc.1-develop", path = "../primitives" }
torrust-tracker-clock = { version = "3.0.0-develop", path = "../clock" }
torrust-tracker-configuration = { version = "3.0.0-develop", path = "../configuration" }
torrust-tracker-primitives = { version = "3.0.0-develop", path = "../primitives" }
zerocopy = "0"

[dev-dependencies]
Expand Down

0 comments on commit 1c4463a

Please sign in to comment.