Update ruma-serde-macros version to be in sync with ruma-serde

This commit is contained in:
Jonas Platte 2020-12-24 02:05:50 +01:00
parent 3989e52844
commit 168ac66b6f
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ license = "MIT"
name = "ruma-serde-macros"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.2.0"
version = "0.2.3"
edition = "2018"
[lib]

View File

@ -17,7 +17,7 @@ edition = "2018"
form_urlencoded = "1.0.0"
js_int = { version = "0.2.0", features = ["serde"] }
itoa = "0.4.6"
ruma-serde-macros = { version = "=0.2.0", path = "../ruma-serde-macros" }
ruma-serde-macros = { version = "=0.2.3", path = "../ruma-serde-macros" }
serde = { version = "1.0.114", features = ["derive"] }
serde_json = { version = "1.0.57", features = ["raw_value"] }