Release ruma-events 0.22.0-alpha.3

This commit is contained in:
Jonas Platte 2021-04-17 19:33:51 +02:00
parent 3dde0ecd5c
commit b3c646a2b7
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
9 changed files with 10 additions and 10 deletions

View File

@ -29,7 +29,7 @@ serde_json = "1.0.61"
thiserror = "1.0.23"
[dev-dependencies]
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
trybuild = "1.0.38"
# These feature gates exist only for the tests. Disabling them results in a

View File

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

View File

@ -23,7 +23,7 @@ maplit = "1.0.2"
percent-encoding = "2.1.0"
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
ruma-common = { version = "0.5.0", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }

View File

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

View File

@ -13,7 +13,7 @@ license = "MIT"
name = "ruma-events-macros"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.22.0-alpha.2"
version = "0.22.0-alpha.3"
[dependencies]
syn = { version = "1.0.57", features = ["full"] }

View File

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

View File

@ -18,7 +18,7 @@ version = "0.1.0-alpha.1"
js_int = { version = "0.2.0", features = ["serde"] }
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
ruma-common = { version = "0.5.0", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }

View File

@ -14,7 +14,7 @@ edition = "2018"
js_int = { version = "0.2.0", features = ["serde"] }
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
ruma-common = { version = "0.5.0", path = "../ruma-common" }
ruma-events = { version = "0.22.0-alpha.1", path = "../ruma-events" }
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }

View File

@ -23,7 +23,7 @@ ruma-common = { version = "0.5.0", path = "../ruma-common" }
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers", features = ["serde"] }
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events", optional = true }
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events", optional = true }
ruma-signatures = { version = "0.7.0", path = "../ruma-signatures", optional = true }
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api", optional = true }