Эх сурвалжийг харах

fix(core): `fs-all` feature not including `base64` crate, closes #2336 (#2368)

Lucas Fernandes Nogueira 4 жил өмнө
parent
commit
9b32b93996

+ 5 - 0
.changes/fs-all-feature-base64-crate.md

@@ -0,0 +1,5 @@
+---
+"tauri": patch
+---
+
+Fixes `fs-all` feature not requiring the `base64` crate.

+ 1 - 1
core/tauri/Cargo.toml

@@ -107,7 +107,7 @@ updater = [ "minisign-verify", "base64" ]
 menu = [ "tauri-runtime/menu", "tauri-runtime-wry/menu" ]
 system-tray = [ "tauri-runtime/system-tray", "tauri-runtime-wry/system-tray" ]
 reqwest-client = [ "reqwest", "bytes" ]
-fs-all = [ ]
+fs-all = [ "fs-write-binary-file" ]
 fs-read-text-file = [ ]
 fs-read-binary-file = [ ]
 fs-write-file = [ ]