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

This commit is contained in:
Lucas Fernandes Nogueira
2021-08-08 21:16:03 -03:00
committed by GitHub
parent c2f35f3b89
commit 9b32b93996
2 changed files with 6 additions and 1 deletions

View File

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

View File

@@ -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 = [ ]