Fix path normalization on Windows
This commit is contained in:
parent
fa66bb486b
commit
290da7c363
5 changed files with 37 additions and 2 deletions
|
|
@ -38,6 +38,7 @@ unicode-normalization = { workspace = true, features = ["std"] }
|
|||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
enable-ansi-support = { workspace = true, features = [] }
|
||||
normpath = { workspace = true, features = [] }
|
||||
|
||||
[features]
|
||||
default = ["autocomplete", "color"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue