Release ruma-federation-api 0.1.0-alpha.2

This commit is contained in:
Jonas Platte 2021-04-17 19:58:34 +02:00
parent 54eb9ef7a8
commit 108f13b3b0
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ license = "MIT"
name = "ruma-federation-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
[dependencies]
js_int = { version = "0.2.0", features = ["serde"] }

View File

@ -29,7 +29,7 @@ ruma-signatures = { version = "0.7.0", path = "../ruma-signatures", optional = t
ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api", optional = true }
ruma-appservice-api = { version = "=0.2.0-alpha.3", path = "../ruma-appservice-api", optional = true }
ruma-client-api = { version = "=0.10.0-alpha.3", path = "../ruma-client-api", optional = true }
ruma-federation-api = { version = "=0.1.0-alpha.1", path = "../ruma-federation-api", optional = true }
ruma-federation-api = { version = "=0.1.0-alpha.2", path = "../ruma-federation-api", optional = true }
ruma-identity-service-api = { version = "0.0.1", path = "../ruma-identity-service-api", optional = true }
ruma-push-gateway-api = { version = "0.0.1", path = "../ruma-push-gateway-api", optional = true }