From 4a03892ad63196ac48a37baa3ddfec419c516965 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 29 Oct 2019 20:05:07 +0100 Subject: [PATCH] Bump versions --- Cargo.toml | 3 +-- ruma-api-macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a6aaaf55..53308567 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "ruma-api" readme = "README.md" repository = "https://github.com/ruma/ruma-api" -version = "0.10.0" +version = "0.11.0" edition = "2018" [dependencies] @@ -19,7 +19,6 @@ serde_urlencoded = "0.6.1" ruma-identifiers = "0.14.0" [dependencies.ruma-api-macros] -version = "0.7.1" path = "ruma-api-macros" optional = true diff --git a/ruma-api-macros/Cargo.toml b/ruma-api-macros/Cargo.toml index 2f78b45c..1d15f5aa 100644 --- a/ruma-api-macros/Cargo.toml +++ b/ruma-api-macros/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "ruma-api-macros" readme = "README.md" repository = "https://github.com/ruma/ruma-api" -version = "0.7.1" +version = "0.8" edition = "2018" [dependencies]