Skip to content

Commit 9b32b93

Browse files
authored
fix(core): fs-all feature not including base64 crate, closes #2336 (#2368)
1 parent c2f35f3 commit 9b32b93

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri": patch
3+
---
4+
5+
Fixes `fs-all` feature not requiring the `base64` crate.

core/tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ updater = [ "minisign-verify", "base64" ]
107107
menu = [ "tauri-runtime/menu", "tauri-runtime-wry/menu" ]
108108
system-tray = [ "tauri-runtime/system-tray", "tauri-runtime-wry/system-tray" ]
109109
reqwest-client = [ "reqwest", "bytes" ]
110-
fs-all = [ ]
110+
fs-all = [ "fs-write-binary-file" ]
111111
fs-read-text-file = [ ]
112112
fs-read-binary-file = [ ]
113113
fs-write-file = [ ]

0 commit comments

Comments
 (0)