Skip to content

Commit 55149bc

Browse files
committed
refactor: [torrust#1519] rename dir torrent-repository
1 parent 3bade2c commit 55149bc

File tree

24 files changed

+9
-9
lines changed

24 files changed

+9
-9
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ torrust-rest-tracker-api-core = { version = "3.0.0-develop", path = "packages/re
5555
torrust-server-lib = { version = "3.0.0-develop", path = "packages/server-lib" }
5656
torrust-tracker-clock = { version = "3.0.0-develop", path = "packages/clock" }
5757
torrust-tracker-configuration = { version = "3.0.0-develop", path = "packages/configuration" }
58-
torrust-tracker-torrent-repository = { version = "3.0.0-develop", path = "packages/torrent-repository" }
58+
torrust-tracker-torrent-repository = { version = "3.0.0-develop", path = "packages/swarm-coordination-registry" }
5959
torrust-udp-tracker-server = { version = "3.0.0-develop", path = "packages/udp-tracker-server" }
6060
tracing = "0"
6161
tracing-subscriber = { version = "0", features = ["json"] }

packages/axum-http-tracker-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ torrust-server-lib = { version = "3.0.0-develop", path = "../server-lib" }
3333
torrust-tracker-clock = { version = "3.0.0-develop", path = "../clock" }
3434
torrust-tracker-configuration = { version = "3.0.0-develop", path = "../configuration" }
3535
torrust-tracker-primitives = { version = "3.0.0-develop", path = "../primitives" }
36-
torrust-tracker-torrent-repository = { version = "3.0.0-develop", path = "../torrent-repository" }
36+
torrust-tracker-torrent-repository = { version = "3.0.0-develop", path = "../swarm-coordination-registry" }
3737
tower = { version = "0", features = ["timeout"] }
3838
tower-http = { version = "0", features = ["compression-full", "cors", "propagate-header", "request-id", "trace"] }
3939
tracing = "0"

packages/axum-rest-tracker-api-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ torrust-tracker-clock = { version = "3.0.0-develop", path = "../clock" }
3939
torrust-tracker-configuration = { version = "3.0.0-develop", path = "../configuration" }
4040
torrust-tracker-metrics = { version = "3.0.0-develop", path = "../metrics" }
4141
torrust-tracker-primitives = { version = "3.0.0-develop", path = "../primitives" }
42-
torrust-tracker-torrent-repository = { version = "3.0.0-develop", path = "../torrent-repository" }
42+
torrust-tracker-torrent-repository = { version = "3.0.0-develop", path = "../swarm-coordination-registry" }
4343
torrust-udp-tracker-server = { version = "3.0.0-develop", path = "../udp-tracker-server" }
4444
tower = { version = "0", features = ["timeout"] }
4545
tower-http = { version = "0", features = ["compression-full", "cors", "propagate-header", "request-id", "trace"] }

packages/http-tracker-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ torrust-tracker-configuration = { version = "3.0.0-develop", path = "../configur
2828
torrust-tracker-events = { version = "3.0.0-develop", path = "../events" }
2929
torrust-tracker-metrics = { version = "3.0.0-develop", path = "../metrics" }
3030
torrust-tracker-primitives = { version = "3.0.0-develop", path = "../primitives" }
31-
torrust-tracker-torrent-repository = { version = "3.0.0-develop", path = "../torrent-repository" }
31+
torrust-tracker-torrent-repository = { version = "3.0.0-develop", path = "../swarm-coordination-registry" }
3232
tracing = "0"
3333

3434
[dev-dependencies]

packages/rest-tracker-api-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "signal
2121
torrust-tracker-configuration = { version = "3.0.0-develop", path = "../configuration" }
2222
torrust-tracker-metrics = { version = "3.0.0-develop", path = "../metrics" }
2323
torrust-tracker-primitives = { version = "3.0.0-develop", path = "../primitives" }
24-
torrust-tracker-torrent-repository = { version = "3.0.0-develop", path = "../torrent-repository" }
24+
torrust-tracker-torrent-repository = { version = "3.0.0-develop", path = "../swarm-coordination-registry" }
2525
torrust-udp-tracker-server = { version = "3.0.0-develop", path = "../udp-tracker-server" }
2626

2727
[dev-dependencies]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)