Bump version to 0.19.0-rc.2

This commit is contained in:
Jonas Platte 2020-04-19 19:58:46 +02:00
parent 2480bb292a
commit ba9b9c89e8
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 3 additions and 3 deletions

View File

@ -9,12 +9,12 @@ license = "MIT"
name = "ruma-events" name = "ruma-events"
readme = "README.md" readme = "README.md"
repository = "https://github.com/ruma/ruma-events" repository = "https://github.com/ruma/ruma-events"
version = "0.19.0-rc.1" version = "0.19.0-rc.2"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
js_int = { version = "0.1.4", features = ["serde"] } js_int = { version = "0.1.4", features = ["serde"] }
ruma-events-macros = { path = "ruma-events-macros", version = "=0.19.0" } ruma-events-macros = { path = "ruma-events-macros", version = "=0.19.0-rc.2" }
ruma-identifiers = "0.15.1" ruma-identifiers = "0.15.1"
ruma-serde = "0.1.0" ruma-serde = "0.1.0"
serde = { version = "1.0.106", features = ["derive"] } serde = { version = "1.0.106", features = ["derive"] }

View File

@ -10,7 +10,7 @@ license = "MIT"
name = "ruma-events-macros" name = "ruma-events-macros"
readme = "README.md" readme = "README.md"
repository = "https://github.com/ruma/ruma-api-macros" repository = "https://github.com/ruma/ruma-api-macros"
version = "0.19.0" version = "0.19.0-rc.2"
[dependencies] [dependencies]
syn = { version = "1.0.17", features = ["full"] } syn = { version = "1.0.17", features = ["full"] }