mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-25 13:17:47 +02:00
f7280c8830
* Fix fs can't use Windows path * Add change file * Implement `Deserialize` instead * Rename FilePath's visitor to FilePathVisitor * Add todo and test * Clippy * Unused variable
6 lines
83 B
Markdown
6 lines
83 B
Markdown
---
|
|
"fs": patch
|
|
---
|
|
|
|
Fix can't use Windows paths like `C:/Users/UserName/file.txt`
|