Skip to content

Commit f75d21d

Browse files
chore(deps): remove used of tauri-utils build feature (#3360)
1 parent 4b95f5e commit f75d21d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"fs": patch
3+
"fs-js": patch
4+
---
5+
6+
Removed the dependency on `tauri-utils`'s `build` feature

plugins/fs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tauri-plugin = { workspace = true, features = ["build"] }
2121
schemars = { workspace = true }
2222
serde = { workspace = true }
2323
toml = "0.9"
24-
tauri-utils = { workspace = true, features = ["build"] }
24+
tauri-utils = { workspace = true }
2525

2626
[dependencies]
2727
serde = { workspace = true }

0 commit comments

Comments
 (0)