Release ruma-common 0.2.0
This commit is contained in:
parent
a74833a19b
commit
360628067b
@ -26,6 +26,6 @@ serde_json = "1.0.55"
|
|||||||
strum = "0.18.0"
|
strum = "0.18.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ruma-common = { version = "0.1.3", path = "../ruma-common" }
|
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||||
ruma-events = { version = "0.21.3", path = "../ruma-events" }
|
ruma-events = { version = "0.21.3", path = "../ruma-events" }
|
||||||
trybuild = "1.0.30"
|
trybuild = "1.0.30"
|
||||||
|
@ -13,7 +13,7 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ruma-api = { version = "0.16.1", path = "../ruma-api" }
|
ruma-api = { version = "0.16.1", path = "../ruma-api" }
|
||||||
ruma-common = { version = "0.1.3", path = "../ruma-common" }
|
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||||
ruma-events = { version = "0.21.3", path = "../ruma-events" }
|
ruma-events = { version = "0.21.3", path = "../ruma-events" }
|
||||||
ruma-identifiers = { version = "0.17.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.17.0", path = "../ruma-identifiers" }
|
||||||
serde = { version = "1.0.113", features = ["derive"] }
|
serde = { version = "1.0.113", features = ["derive"] }
|
||||||
|
@ -20,7 +20,7 @@ edition = "2018"
|
|||||||
http = "0.2.1"
|
http = "0.2.1"
|
||||||
js_int = { version = "0.1.7", features = ["serde"] }
|
js_int = { version = "0.1.7", features = ["serde"] }
|
||||||
ruma-api = { version = "0.16.1", path = "../ruma-api" }
|
ruma-api = { version = "0.16.1", path = "../ruma-api" }
|
||||||
ruma-common = { version = "0.1.3", path = "../ruma-common" }
|
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||||
ruma-events = { version = "0.21.3", path = "../ruma-events" }
|
ruma-events = { version = "0.21.3", path = "../ruma-events" }
|
||||||
ruma-identifiers = { version = "0.17.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.17.0", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.2.2", path = "../ruma-serde" }
|
ruma-serde = { version = "0.2.2", path = "../ruma-serde" }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ruma-common"
|
name = "ruma-common"
|
||||||
version = "0.1.3"
|
version = "0.2.0"
|
||||||
authors = ["Jonas Platte <jplatte@posteo.de>"]
|
authors = ["Jonas Platte <jplatte@posteo.de>"]
|
||||||
description = "Common types for other ruma crates."
|
description = "Common types for other ruma crates."
|
||||||
homepage = "https://www.ruma.io/"
|
homepage = "https://www.ruma.io/"
|
||||||
@ -11,10 +11,10 @@ repository = "https://github.com/ruma/ruma"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
js_int = { version = "0.1.7", features = ["serde"] }
|
js_int = { version = "0.1.9", features = ["serde"] }
|
||||||
ruma-serde = { version = "0.2.2", path = "../ruma-serde" }
|
ruma-serde = { version = "0.2.2", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.113", features = ["derive"] }
|
serde = { version = "1.0.114", features = ["derive"] }
|
||||||
serde_json = { version = "1.0.55", features = ["raw_value"] }
|
serde_json = { version = "1.0.56", features = ["raw_value"] }
|
||||||
strum = { version = "0.18.0", features = ["derive"] }
|
strum = { version = "0.18.0", features = ["derive"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
@ -15,7 +15,7 @@ edition = "2018"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
criterion = { version = "0.3.2", optional = true }
|
criterion = { version = "0.3.2", optional = true }
|
||||||
js_int = { version = "0.1.7", features = ["serde"] }
|
js_int = { version = "0.1.7", features = ["serde"] }
|
||||||
ruma-common = { version = "0.1.3", path = "../ruma-common" }
|
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||||
ruma-events-macros = { version = "=0.21.3", path = "../ruma-events-macros" }
|
ruma-events-macros = { version = "=0.21.3", path = "../ruma-events-macros" }
|
||||||
ruma-identifiers = { version = "0.17.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.17.0", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.2.2", path = "../ruma-serde" }
|
ruma-serde = { version = "0.2.2", path = "../ruma-serde" }
|
||||||
|
@ -18,7 +18,7 @@ version = "0.0.2"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
js_int = "0.1.7"
|
js_int = "0.1.7"
|
||||||
ruma-api = { version = "0.16.1", path = "../ruma-api" }
|
ruma-api = { version = "0.16.1", path = "../ruma-api" }
|
||||||
ruma-common = { version = "0.1.3", path = "../ruma-common" }
|
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||||
ruma-events = { version = "0.21.3", path = "../ruma-events" }
|
ruma-events = { version = "0.21.3", path = "../ruma-events" }
|
||||||
ruma-identifiers = { version = "0.17.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.17.0", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.2.2", path = "../ruma-serde" }
|
ruma-serde = { version = "0.2.2", path = "../ruma-serde" }
|
||||||
|
@ -23,7 +23,7 @@ client-api = ["ruma-api", "ruma-client-api", "ruma-events"]
|
|||||||
federation-api = ["ruma-api", "ruma-federation-api", "ruma-signatures"]
|
federation-api = ["ruma-api", "ruma-federation-api", "ruma-signatures"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ruma-common = { version = "0.1.3", path = "../ruma-common" }
|
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||||
ruma-identifiers = { version = "0.17.0", path = "../ruma-identifiers", features = ["serde"] }
|
ruma-identifiers = { version = "0.17.0", path = "../ruma-identifiers", features = ["serde"] }
|
||||||
|
|
||||||
ruma-events = { version = "0.21.3", path = "../ruma-events", optional = true }
|
ruma-events = { version = "0.21.3", path = "../ruma-events", optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user