mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
This commit is contained in:
committed by
GitHub
parent
c2f35f3b89
commit
9b32b93996
5
.changes/fs-all-feature-base64-crate.md
Normal file
5
.changes/fs-all-feature-base64-crate.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri": patch
|
||||
---
|
||||
|
||||
Fixes `fs-all` feature not requiring the `base64` crate.
|
||||
@@ -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 = [ ]
|
||||
|
||||
Reference in New Issue
Block a user