diff --git a/.changes/fs-remove-tauri-utils-build.md b/.changes/fs-remove-tauri-utils-build.md new file mode 100644 index 000000000..31c293ff2 --- /dev/null +++ b/.changes/fs-remove-tauri-utils-build.md @@ -0,0 +1,6 @@ +--- +"fs": patch +"fs-js": patch +--- + +Removed the dependency on `tauri-utils`'s `build` feature diff --git a/plugins/fs/Cargo.toml b/plugins/fs/Cargo.toml index 33ef5adbb..b349266ac 100644 --- a/plugins/fs/Cargo.toml +++ b/plugins/fs/Cargo.toml @@ -21,7 +21,7 @@ tauri-plugin = { workspace = true, features = ["build"] } schemars = { workspace = true } serde = { workspace = true } toml = "0.9" -tauri-utils = { workspace = true, features = ["build"] } +tauri-utils = { workspace = true } [dependencies] serde = { workspace = true }