fix(generate): mark url as a Windows-only dependency
(cherry picked from commit 3056dc5be4)
This commit is contained in:
parent
d7d0d9fef3
commit
41413e7a71
1 changed files with 3 additions and 1 deletions
|
|
@ -29,6 +29,8 @@ serde.workspace = true
|
|||
serde_json.workspace = true
|
||||
smallbitvec.workspace = true
|
||||
thiserror.workspace = true
|
||||
url.workspace = true
|
||||
|
||||
tree-sitter.workspace = true
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
url = { version = "2.5.4", default-features = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue