From 64a05a3c040205c192664dc5d481bb97a3560522 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 24 Oct 2019 22:56:06 +0200 Subject: [PATCH] Bump versions --- Cargo.toml | 2 +- ruma-events-macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 06b5109b..38978c3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "ruma-events" readme = "README.md" repository = "https://github.com/ruma/ruma-events" -version = "0.14.0" +version = "0.15.0" edition = "2018" [dependencies] diff --git a/ruma-events-macros/Cargo.toml b/ruma-events-macros/Cargo.toml index 6e4dda4d..002761dd 100644 --- a/ruma-events-macros/Cargo.toml +++ b/ruma-events-macros/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" name = "ruma-events-macros" readme = "README.md" repository = "https://github.com/ruma/ruma-api-macros" -version = "0.1.0" +version = "0.2.0" [dependencies] syn = { version = "1.0.5", features = ["full"] }