ソースを参照

fix(utils): ToTokens impl for ResolvedCommand broken on release (#9087)

Lucas Fernandes Nogueira 1 年間 前
コミット
9323fb7cda
2 ファイル変更2 行追加0 行削除
  1. 1 0
      core/tauri-utils/src/acl/resolved.rs
  2. 1 0
      examples/api/src-tauri/Cargo.lock

+ 1 - 0
core/tauri-utils/src/acl/resolved.rs

@@ -439,6 +439,7 @@ mod build {
       literal_struct!(
         tokens,
         ::tauri::utils::acl::resolved::ResolvedCommand,
+        context,
         windows,
         webviews,
         scope_id

+ 1 - 0
examples/api/src-tauri/Cargo.lock

@@ -3302,6 +3302,7 @@ dependencies = [
  "gtk",
  "http",
  "jni",
+ "log",
  "percent-encoding",
  "raw-window-handle 0.6.0",
  "softbuffer",