Release ruma-events 0.22.0-alpha.2
This commit is contained in:
parent
ecfb8a4a4d
commit
b95ab27272
@ -26,5 +26,5 @@ serde_json = "1.0.60"
|
|||||||
thiserror = "1.0.22"
|
thiserror = "1.0.22"
|
||||||
|
|
||||||
[dev-dependencies]
|
[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"
|
trybuild = "1.0.38"
|
||||||
|
@ -14,7 +14,7 @@ edition = "2018"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
||||||
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
|
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-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
|
@ -24,7 +24,7 @@ maplit = "1.0.2"
|
|||||||
percent-encoding = "2.1.0"
|
percent-encoding = "2.1.0"
|
||||||
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
||||||
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
|
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-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
|
@ -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-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
||||||
ruma-client-api = { version = "0.10.0-alpha.1", path = "../ruma-client-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-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-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
|
@ -14,10 +14,10 @@ license = "MIT"
|
|||||||
name = "ruma-events-macros"
|
name = "ruma-events-macros"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
version = "0.22.0-alpha.1"
|
version = "0.22.0-alpha.2"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
syn = { version = "1.0.55", features = ["full"] }
|
syn = { version = "1.0.57", features = ["full"] }
|
||||||
quote = "1.0.8"
|
quote = "1.0.8"
|
||||||
proc-macro2 = "1.0.24"
|
proc-macro2 = "1.0.24"
|
||||||
proc-macro-crate = "0.1.5"
|
proc-macro-crate = "0.1.5"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.22.0 [unreleased]
|
# 0.22.0 (unreleased)
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
|
||||||
|
@ -9,14 +9,14 @@ license = "MIT"
|
|||||||
name = "ruma-events"
|
name = "ruma-events"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
version = "0.22.0-alpha.1"
|
version = "0.22.0-alpha.2"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
criterion = { version = "0.3.3", optional = true }
|
criterion = { version = "0.3.3", optional = true }
|
||||||
js_int = { version = "0.2.0", features = ["serde"] }
|
js_int = { version = "0.2.0", features = ["serde"] }
|
||||||
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
|
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-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
|
@ -19,7 +19,7 @@ version = "0.0.3"
|
|||||||
js_int = { version = "0.2.0", features = ["serde"] }
|
js_int = { version = "0.2.0", features = ["serde"] }
|
||||||
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
||||||
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
|
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-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
|
@ -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-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers", features = ["serde"] }
|
||||||
ruma-serde = { version = "0.3.0", path = "../ruma-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-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 }
|
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api", optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user