Bump macro dependency versions
This commit is contained in:
parent
0b26d71537
commit
62772f4c7f
@ -13,15 +13,15 @@ repository = "https://github.com/ruma/ruma-api-macros"
|
||||
version = "0.21.0-beta.1"
|
||||
|
||||
[dependencies]
|
||||
syn = { version = "1.0.17", features = ["full"] }
|
||||
quote = "1.0.3"
|
||||
proc-macro2 = "1.0.10"
|
||||
syn = { version = "1.0.18", features = ["full"] }
|
||||
quote = "1.0.4"
|
||||
proc-macro2 = "1.0.12"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dev-dependencies]
|
||||
ruma-identifiers = "0.16.0"
|
||||
serde_json = "1.0.51"
|
||||
js_int = { version = "0.1.4", features = ["serde"] }
|
||||
ruma-identifiers = "0.16.1"
|
||||
serde_json = "1.0.52"
|
||||
js_int = { version = "0.1.5", features = ["serde"] }
|
||||
serde = { version = "1.0.106", features = ["derive"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user