Release ruma-serde 0.6.0

This commit is contained in:
Jonas Platte
2022-02-19 01:01:17 +01:00
parent d964a5cd3a
commit 38881dd6af
16 changed files with 24 additions and 17 deletions

View File

@@ -26,7 +26,7 @@ js_int = "0.2.0"
ruma-common = { version = "0.6.0", path = "../ruma-common" }
ruma-events = { version = "0.24.6", path = "../ruma-events" }
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.60"
thiserror = "1.0.26"