Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 70de5e1

Browse files
committed
Set the version on a workspace-level
1 parent 5429395 commit 70de5e1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ edition = "2021"
3737
license = "Apache-2.0"
3838
repository = "https://github.com/matrix-org/rust-http-rendezvous-server/"
3939
rust-version = "1.64"
40+
41+
[workspace.dependencies]
42+
matrix-http-rendezvous = { path = "./", version = "0.1.10" }

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ tokio = { version = "1.25.0", features = ["macros", "rt-multi-thread", "signal"]
1717
tracing = "0.1.37"
1818
tracing-subscriber = "0.3.16"
1919

20-
matrix-http-rendezvous = { path = "../" }
20+
matrix-http-rendezvous = { workspace = true }

synapse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ tokio = "1.25.0"
2828
tower = { version = "0.4.13", features = ["util"] }
2929
tracing = { version = "0.1.37", features = ["log", "log-always"] }
3030

31-
matrix-http-rendezvous = { path = "../" }
31+
matrix-http-rendezvous = { workspace = true }

0 commit comments

Comments
 (0)