Update ruma-identifiers, bump version

This commit is contained in:
Jonas Platte 2020-04-20 17:09:20 +02:00
parent ab92533e7e
commit 4a7513eeb5
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
3 changed files with 12 additions and 6 deletions

View File

@ -1,5 +1,11 @@
# [unreleased]
# 0.20.0
Improvements:
* Update ruma-identifiers to 0.16.0
# 0.19.0
Breaking changes:

View File

@ -9,20 +9,20 @@ license = "MIT"
name = "ruma-events"
readme = "README.md"
repository = "https://github.com/ruma/ruma-events"
version = "0.19.0"
version = "0.20.0"
edition = "2018"
[dependencies]
js_int = { version = "0.1.4", features = ["serde"] }
ruma-events-macros = { path = "ruma-events-macros", version = "=0.19.0-final" }
ruma-identifiers = "0.15.1"
ruma-events-macros = { path = "ruma-events-macros", version = "=0.20.0" }
ruma-identifiers = "0.16.0"
ruma-serde = "0.1.0"
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0.51"
[dev-dependencies]
maplit = "1.0.2"
ruma-identifiers = { version = "0.15.1", features = ["rand"] }
ruma-identifiers = { version = "0.16.0", features = ["rand"] }
[workspace]
members = [

View File

@ -10,7 +10,7 @@ license = "MIT"
name = "ruma-events-macros"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api-macros"
version = "0.19.0-final"
version = "0.20.0"
[dependencies]
syn = { version = "1.0.17", features = ["full"] }
@ -21,7 +21,7 @@ proc-macro2 = "1.0.10"
proc-macro = true
[dev-dependencies]
ruma-identifiers = "0.15.1"
ruma-identifiers = "0.16.0"
serde_json = "1.0.51"
js_int = { version = "0.1.4", features = ["serde"] }
serde = { version = "1.0.106", features = ["derive"] }