From ee8e28d94b7f160db646349b4cd5c58cf5418210 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 17 Apr 2021 19:45:18 +0200 Subject: [PATCH] Release ruma-appservice-api 0.2.0-alpha.3 --- ruma-appservice-api/Cargo.toml | 2 +- ruma/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruma-appservice-api/Cargo.toml b/ruma-appservice-api/Cargo.toml index fe682967..c519441b 100644 --- a/ruma-appservice-api/Cargo.toml +++ b/ruma-appservice-api/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "ruma-appservice-api" readme = "README.md" repository = "https://github.com/ruma/ruma" -version = "0.2.0-alpha.2" +version = "0.2.0-alpha.3" edition = "2018" [dependencies] diff --git a/ruma/Cargo.toml b/ruma/Cargo.toml index 642e1393..de159035 100644 --- a/ruma/Cargo.toml +++ b/ruma/Cargo.toml @@ -27,7 +27,7 @@ ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events", optional = ruma-signatures = { version = "0.7.0", path = "../ruma-signatures", optional = true } ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api", optional = true } -ruma-appservice-api = { version = "=0.2.0-alpha.2", path = "../ruma-appservice-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.2", path = "../ruma-client-api", optional = true } ruma-federation-api = { version = "=0.1.0-alpha.1", path = "../ruma-federation-api", optional = true } ruma-identity-service-api = { version = "0.0.1", path = "../ruma-identity-service-api", optional = true }