From 108f13b3b02d4fc842bb9bf108e0c553721034a3 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 17 Apr 2021 19:58:34 +0200 Subject: [PATCH] Release ruma-federation-api 0.1.0-alpha.2 --- ruma-federation-api/Cargo.toml | 2 +- ruma/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruma-federation-api/Cargo.toml b/ruma-federation-api/Cargo.toml index 4bdc778d..7fb16d0c 100644 --- a/ruma-federation-api/Cargo.toml +++ b/ruma-federation-api/Cargo.toml @@ -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"] } diff --git a/ruma/Cargo.toml b/ruma/Cargo.toml index 4aed36c4..f5c54e0e 100644 --- a/ruma/Cargo.toml +++ b/ruma/Cargo.toml @@ -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 }