Skip to content

Commit 5fda877

Browse files
committed
v0.1.11
1 parent 9590d7a commit 5fda877

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ tokio = { version = "1.25.0", features = ["macros", "rt", "test-util"] }
3131
members = ["server", "synapse"]
3232

3333
[workspace.package]
34-
version = "0.1.10"
34+
version = "0.1.11"
3535
authors = ["Quentin Gliech <[email protected]>"]
3636
edition = "2021"
3737
license = "Apache-2.0"
3838
repository = "https://github.com/matrix-org/rust-http-rendezvous-server/"
3939
rust-version = "1.64"
4040

4141
[workspace.dependencies]
42-
matrix-http-rendezvous = { path = "./", version = "0.1.10" }
42+
matrix-http-rendezvous = { path = "./", version = "0.1.11" }

synapse/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ authors = [
2020

2121
[tool.poetry]
2222
name = "matrix_http_rendezvous_synapse"
23-
version = "0.1.10"
23+
version = "0.1.11"
2424
description = "A Matrix Synapse module which implements MSC3886"
2525
authors = ["Quentin Gliech <[email protected]>"]
2626

0 commit comments

Comments
 (0)