瀏覽代碼

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

Lucas Fernandes Nogueira 4 年之前
父節點
當前提交
9b32b93996
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. 5 0
      .changes/fs-all-feature-base64-crate.md
  2. 1 1
      core/tauri/Cargo.toml

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