Release ruma-events 0.22.0-alpha.3
This commit is contained in:
parent
3dde0ecd5c
commit
b3c646a2b7
@ -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
|
||||
|
@ -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"] }
|
||||
|
@ -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"] }
|
||||
|
@ -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"] }
|
||||
|
@ -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"] }
|
||||
|
@ -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"] }
|
||||
|
@ -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"] }
|
||||
|
@ -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"] }
|
||||
|
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user