Release ruma-events 0.22.0-alpha.2

This commit is contained in:
Jonas Platte 2021-01-02 14:49:00 +01:00
parent ecfb8a4a4d
commit b95ab27272
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
9 changed files with 11 additions and 11 deletions

View File

@ -26,5 +26,5 @@ serde_json = "1.0.60"
thiserror = "1.0.22"
[dev-dependencies]
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
trybuild = "1.0.38"

View File

@ -14,7 +14,7 @@ edition = "2018"
[dependencies]
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }

View File

@ -24,7 +24,7 @@ maplit = "1.0.2"
percent-encoding = "2.1.0"
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }

View File

@ -26,7 +26,7 @@ hyper-rustls = { version = "0.22.1", optional = true, default-features = false }
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
ruma-client-api = { version = "0.10.0-alpha.1", path = "../ruma-client-api" }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }

View File

@ -14,10 +14,10 @@ license = "MIT"
name = "ruma-events-macros"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.22.0-alpha.1"
version = "0.22.0-alpha.2"
[dependencies]
syn = { version = "1.0.55", features = ["full"] }
syn = { version = "1.0.57", features = ["full"] }
quote = "1.0.8"
proc-macro2 = "1.0.24"
proc-macro-crate = "0.1.5"

View File

@ -1,4 +1,4 @@
# 0.22.0 [unreleased]
# 0.22.0 (unreleased)
Breaking changes:

View File

@ -9,14 +9,14 @@ license = "MIT"
name = "ruma-events"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.22.0-alpha.1"
version = "0.22.0-alpha.2"
edition = "2018"
[dependencies]
criterion = { version = "0.3.3", optional = true }
js_int = { version = "0.2.0", features = ["serde"] }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-events-macros = { version = "=0.22.0-alpha.1", path = "../ruma-events-macros" }
ruma-events-macros = { version = "=0.22.0-alpha.2", path = "../ruma-events-macros" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }

View File

@ -19,7 +19,7 @@ version = "0.0.3"
js_int = { version = "0.2.0", features = ["serde"] }
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }

View File

@ -20,7 +20,7 @@ ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers", features = ["serde"] }
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events", optional = true }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events", optional = true }
ruma-signatures = { version = "=0.6.0-alpha.1", path = "../ruma-signatures", optional = true }
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api", optional = true }