Release ruma-api 0.17.0-alpha.4
This commit is contained in:
parent
b829c472fa
commit
de949815af
@ -11,7 +11,7 @@ license = "MIT"
|
|||||||
name = "ruma-api-macros"
|
name = "ruma-api-macros"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
version = "0.17.0-alpha.2"
|
version = "0.17.0-alpha.4"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
@ -11,7 +11,7 @@ license = "MIT"
|
|||||||
name = "ruma-api"
|
name = "ruma-api"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
version = "0.17.0-alpha.2"
|
version = "0.17.0-alpha.4"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
@ -21,7 +21,7 @@ rustdoc-args = ["--cfg", "docsrs"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
http = "0.2.2"
|
http = "0.2.2"
|
||||||
percent-encoding = "2.1.0"
|
percent-encoding = "2.1.0"
|
||||||
ruma-api-macros = { version = "=0.17.0-alpha.2", path = "../ruma-api-macros" }
|
ruma-api-macros = { version = "=0.17.0-alpha.4", path = "../ruma-api-macros" }
|
||||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
|
@ -12,7 +12,7 @@ version = "0.2.0-alpha.2"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
|
ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api" }
|
||||||
ruma-common = { version = "0.5.0", path = "../ruma-common" }
|
ruma-common = { version = "0.5.0", path = "../ruma-common" }
|
||||||
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
|
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
|
||||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||||
|
@ -21,7 +21,7 @@ http = "0.2.2"
|
|||||||
js_int = { version = "0.2.0", features = ["serde"] }
|
js_int = { version = "0.2.0", features = ["serde"] }
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
percent-encoding = "2.1.0"
|
percent-encoding = "2.1.0"
|
||||||
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
|
ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api" }
|
||||||
ruma-common = { version = "0.5.0", path = "../ruma-common" }
|
ruma-common = { version = "0.5.0", path = "../ruma-common" }
|
||||||
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
|
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
|
||||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||||
|
@ -22,7 +22,7 @@ http = "0.2.2"
|
|||||||
hyper = { version = "0.14.2", features = ["client", "tcp"] }
|
hyper = { version = "0.14.2", features = ["client", "tcp"] }
|
||||||
hyper-tls = { version = "0.5.0", optional = true }
|
hyper-tls = { version = "0.5.0", optional = true }
|
||||||
hyper-rustls = { version = "0.22.1", optional = true, default-features = false }
|
hyper-rustls = { version = "0.22.1", optional = true, default-features = false }
|
||||||
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
|
ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api" }
|
||||||
ruma-client-api = { version = "=0.10.0-alpha.2", path = "../ruma-client-api", features = ["client"] }
|
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-common = { version = "0.5.0", path = "../ruma-common" }
|
||||||
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
|
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
|
||||||
|
@ -16,7 +16,7 @@ version = "0.1.0-alpha.1"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
js_int = { version = "0.2.0", features = ["serde"] }
|
js_int = { version = "0.2.0", features = ["serde"] }
|
||||||
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
|
ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api" }
|
||||||
ruma-common = { version = "0.5.0", path = "../ruma-common" }
|
ruma-common = { version = "0.5.0", path = "../ruma-common" }
|
||||||
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
|
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
|
||||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||||
|
@ -11,7 +11,7 @@ repository = "https://github.com/ruma/ruma"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
|
ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api" }
|
||||||
ruma-common = { version = "0.5.0", path = "../ruma-common" }
|
ruma-common = { version = "0.5.0", path = "../ruma-common" }
|
||||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||||
|
@ -12,7 +12,7 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
js_int = { version = "0.2.0", features = ["serde"] }
|
js_int = { version = "0.2.0", features = ["serde"] }
|
||||||
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
|
ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api" }
|
||||||
ruma-common = { version = "0.5.0", path = "../ruma-common" }
|
ruma-common = { version = "0.5.0", path = "../ruma-common" }
|
||||||
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
|
ruma-events = { version = "=0.22.0-alpha.3", path = "../ruma-events" }
|
||||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||||
|
@ -26,7 +26,7 @@ ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
|||||||
ruma-events = { version = "=0.22.0-alpha.3", 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-signatures = { version = "0.7.0", path = "../ruma-signatures", optional = true }
|
||||||
|
|
||||||
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api", optional = true }
|
ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api", optional = true }
|
||||||
ruma-appservice-api = { version = "=0.2.0-alpha.2", path = "../ruma-appservice-api", optional = true }
|
ruma-appservice-api = { version = "=0.2.0-alpha.2", path = "../ruma-appservice-api", optional = true }
|
||||||
ruma-client-api = { version = "=0.10.0-alpha.2", path = "../ruma-client-api", optional = true }
|
ruma-client-api = { version = "=0.10.0-alpha.2", path = "../ruma-client-api", optional = true }
|
||||||
ruma-federation-api = { version = "=0.1.0-alpha.1", path = "../ruma-federation-api", optional = true }
|
ruma-federation-api = { version = "=0.1.0-alpha.1", path = "../ruma-federation-api", optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user