Adjust rustc-workspace-hack
This commit is contained in:
parent
0a21018d14
commit
8a0d2332f9
2 changed files with 2 additions and 1 deletions
|
@ -3393,6 +3393,7 @@ dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
|
"syn 0.15.35",
|
||||||
"url 2.1.0",
|
"url 2.1.0",
|
||||||
"winapi 0.3.6",
|
"winapi 0.3.6",
|
||||||
]
|
]
|
||||||
|
|
|
@ -64,7 +64,7 @@ serde = { version = "1.0.82", features = ['derive'] }
|
||||||
serde_json = { version = "1.0.31", features = ["raw_value"] }
|
serde_json = { version = "1.0.31", features = ["raw_value"] }
|
||||||
smallvec = { version = "0.6", features = ['union', 'may_dangle'] }
|
smallvec = { version = "0.6", features = ['union', 'may_dangle'] }
|
||||||
url = { version = "2.0", features = ['serde'] }
|
url = { version = "2.0", features = ['serde'] }
|
||||||
|
syn = { version = "0.15", features = ['full'] }
|
||||||
|
|
||||||
[target.'cfg(not(windows))'.dependencies]
|
[target.'cfg(not(windows))'.dependencies]
|
||||||
openssl = { version = "0.10.12", optional = true }
|
openssl = { version = "0.10.12", optional = true }
|
||||||
|
|
Loading…
Add table
Reference in a new issue