From 83493de30c71f04103923619b714eec1fe269cf3 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 12 Dec 2019 21:17:12 +0100 Subject: [PATCH] Update ruma-api to 0.12.0, release 0.5.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index da5f143a..47b7cb11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,12 +9,12 @@ license = "MIT" name = "ruma-client-api" readme = "README.md" repository = "https://github.com/ruma/ruma-client-api" -version = "0.5.0-alpha.1" +version = "0.5.0" edition = "2018" [dependencies] js_int = { version = "0.1.2", features = ["serde"] } -ruma-api = "0.12.0-alpha.1" +ruma-api = "0.12.0" ruma-events = "0.15.1" ruma-identifiers = "0.14.0" serde = { version = "1.0.103", features = ["derive"] }