Release ruma-serde 0.4.1

This commit is contained in:
Jonas Platte
2021-06-24 13:17:55 +02:00
parent 7708deda4e
commit be4584b475
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.0", path = "../ruma-events" }
ruma-identifiers = { version = "0.19.3", path = "../ruma-identifiers" }
ruma-serde = { version = "0.4.0", path = "../ruma-serde" }
ruma-serde = { version = "0.4.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.60"
thiserror = "1.0.22"