refactor: cleanup and remove unused tauri::api modules (#7352)

This commit is contained in:
Amr Bashir
2023-07-10 06:17:17 +03:00
committed by GitHub
parent 43c6285e90
commit fd5dc788d1
8 changed files with 13 additions and 472 deletions

View File

@@ -8,7 +8,8 @@
"pref": "Performance Improvements",
"changes": "What's Changed",
"sec": "Security fixes",
"deps": "Dependencies"
"deps": "Dependencies",
"breaking": "Breaking Changes"
},
"defaultChangeTag": "changes",
"pkgManagers": {

View File

@@ -0,0 +1,6 @@
---
'tauri': 'patch:breaking'
---
- Removed `tauri::api::file` and `tauri::api::dir` modules, use `std::fs` instead.
- Removed `tauri::api::version` module, use `semver` crate instead.