Turn off nightly feature for proc-macro2.
This commit is contained in:
parent
5461c20875
commit
e9df06b30b
@ -15,15 +15,12 @@ edition = "2018"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
quote = "0.6.12"
|
quote = "0.6.12"
|
||||||
ruma-api = "0.8.0"
|
ruma-api = "0.8.0"
|
||||||
|
proc-macro2 = "0.4.30"
|
||||||
|
|
||||||
[dependencies.syn]
|
[dependencies.syn]
|
||||||
version = "0.15.35"
|
version = "0.15.35"
|
||||||
features = ["full"]
|
features = ["full"]
|
||||||
|
|
||||||
[dependencies.proc-macro2]
|
|
||||||
version = "0.4.30"
|
|
||||||
features = ["nightly"]
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
futures = "0.1.27"
|
futures = "0.1.27"
|
||||||
http = "0.1.17"
|
http = "0.1.17"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user