Skip to content

Commit 8a0d233

Browse files
committedOct 31, 2019
Adjust rustc-workspace-hack
1 parent 0a21018 commit 8a0d233

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎Cargo.lock

+1
Original file line numberDiff line numberDiff line change
@@ -3393,6 +3393,7 @@ dependencies = [
33933393
"serde",
33943394
"serde_json",
33953395
"smallvec",
3396+
"syn 0.15.35",
33963397
"url 2.1.0",
33973398
"winapi 0.3.6",
33983399
]

‎src/tools/rustc-workspace-hack/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ serde = { version = "1.0.82", features = ['derive'] }
6464
serde_json = { version = "1.0.31", features = ["raw_value"] }
6565
smallvec = { version = "0.6", features = ['union', 'may_dangle'] }
6666
url = { version = "2.0", features = ['serde'] }
67-
67+
syn = { version = "0.15", features = ['full'] }
6868

6969
[target.'cfg(not(windows))'.dependencies]
7070
openssl = { version = "0.10.12", optional = true }

0 commit comments

Comments
 (0)
Please sign in to comment.