fix(generate): mark url as a Windows-only dependency
This commit is contained in:
parent
0191e94226
commit
3056dc5be4
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