Release ruma-serde 0.3.1

This commit is contained in:
Jonas Platte 2021-03-23 20:58:53 +01:00
parent 71682182f7
commit c910d57b14
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
14 changed files with 16 additions and 16 deletions

View File

@ -23,7 +23,7 @@ http = "0.2.2"
percent-encoding = "2.1.0"
ruma-api-macros = { version = "=0.17.0-alpha.2", path = "../ruma-api-macros" }
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.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"
thiserror = "1.0.23"

View File

@ -16,7 +16,7 @@ ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
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.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"

View File

@ -25,7 +25,7 @@ ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
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.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"

View File

@ -27,7 +27,7 @@ ruma-client-api = { version = "=0.10.0-alpha.2", path = "../ruma-client-api" }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
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.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"

View File

@ -14,7 +14,7 @@ edition = "2018"
js_int = { version = "0.2.0", features = ["serde"] }
maplit = "1.0.2"
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.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = { version = "1.0.60", features = ["raw_value"] }
indexmap = { version = "1.6.2", features = ["serde-1"] }

View File

@ -17,7 +17,7 @@ js_int = { version = "0.2.0", features = ["serde"] }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
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-serde = { version = "0.3.0", path = "../ruma-serde" }
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = { version = "1.0.60", features = ["raw_value"] }
pulldown-cmark = { version = "0.8", default-features = false, optional = true }

View File

@ -20,7 +20,7 @@ ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
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.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"

View File

@ -28,8 +28,8 @@ paste = "1.0.4"
rand = { version = "0.8.0", optional = true }
ruma-identifiers-macros = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers-macros" }
ruma-identifiers-validation = { version = "0.2.0", path = "../ruma-identifiers-validation", default-features = false }
ruma-serde = { version = "0.3.0", path = "../ruma-serde", optional = true }
ruma-serde-macros = { version = "0.3.0", path = "../ruma-serde-macros" }
ruma-serde = { version = "0.3.1", path = "../ruma-serde", optional = true }
ruma-serde-macros = { version = "0.3.1", path = "../ruma-serde-macros" }
# Renamed so we can have a serde feature.
serde1 = { package = "serde", version = "1.0.118", optional = true, features = ["derive"] }

View File

@ -14,7 +14,7 @@ edition = "2018"
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
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.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"

View File

@ -16,7 +16,7 @@ ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-events = { version = "0.22.0-alpha.1", path = "../ruma-events" }
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.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"

View File

@ -7,7 +7,7 @@ keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-serde-macros"
repository = "https://github.com/ruma/ruma"
version = "0.3.0"
version = "0.3.1"
edition = "2018"
[lib]

View File

@ -9,14 +9,14 @@ authors = [
]
homepage = "https://www.ruma.io/"
repository = "https://github.com/ruma/ruma"
version = "0.3.0"
version = "0.3.1"
edition = "2018"
[dependencies]
form_urlencoded = "1.0.0"
js_int = { version = "0.2.0", features = ["serde"] }
itoa = "0.4.6"
ruma-serde-macros = { version = "=0.3.0", path = "../ruma-serde-macros" }
ruma-serde-macros = { version = "=0.3.1", path = "../ruma-serde-macros" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = { version = "1.0.61", features = ["raw_value"] }

View File

@ -15,6 +15,6 @@ version = "0.6.0-alpha.1"
base64 = "0.13.0"
ring = "0.16.19"
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.1", path = "../ruma-serde" }
serde_json = "1.0.60"
untrusted = "0.7.1"

View File

@ -21,7 +21,7 @@ js_int = "0.2.0"
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-serde = { version = "0.3.0", path = "../ruma-serde" }
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
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 }