Release ruma-serde 0.4.2

This commit is contained in:
Jonas Platte
2021-08-09 19:43:40 +02:00
parent fdf7af442c
commit 40d3b552da
16 changed files with 19 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ maplit = "1.0.2"
ruma-common = { version = "0.5.4", path = "../ruma-common" }
ruma-events = { version = "0.23.3", path = "../ruma-events" }
ruma-identifiers = { version = "0.19.4", path = "../ruma-identifiers" }
ruma-serde = { version = "0.4.1", path = "../ruma-serde" }
ruma-serde = { version = "0.4.2", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.60"
thiserror = "1.0.22"