Release ruma-serde 0.4.0

This commit is contained in:
Jonas Platte
2021-05-15 19:26:09 +02:00
parent 1e079a4fe3
commit 566e03abc1
16 changed files with 20 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ maplit = "1.0.2"
ruma-common = { version = "0.5.0", path = "../ruma-common" }
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" }
ruma-serde = { version = "0.4.0", path = "../ruma-serde" }
ruma-signatures = { version = "0.7.0", path = "../ruma-signatures" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.60"