Skip to content

Commit

Permalink
Adjust rustc-workspace-hack
Browse files Browse the repository at this point in the history
  • Loading branch information
msizanoen1 committed Oct 31, 2019
1 parent 0a21018 commit 8a0d233
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3393,6 +3393,7 @@ dependencies = [
"serde",
"serde_json",
"smallvec",
"syn 0.15.35",
"url 2.1.0",
"winapi 0.3.6",
]
Expand Down
2 changes: 1 addition & 1 deletion src/tools/rustc-workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ serde = { version = "1.0.82", features = ['derive'] }
serde_json = { version = "1.0.31", features = ["raw_value"] }
smallvec = { version = "0.6", features = ['union', 'may_dangle'] }
url = { version = "2.0", features = ['serde'] }

syn = { version = "0.15", features = ['full'] }

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

0 comments on commit 8a0d233

Please sign in to comment.