Skip to content

Commit 7784452

Browse files
NorbirosFabianLars
andauthored
fix: Correctly export DefaultPermissionsRule (#10678)
* fix: Correctly export `DefaultPermissionsRule` * Update fix-export-default-permissions.md * fix: Lint --------- Co-authored-by: Fabian-Lars <[email protected]>
1 parent 9b99eba commit 7784452

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri-build": patch:bug
3+
---
4+
5+
Correctly export `DefaultPermissionsRule`

core/tauri-build/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ mod static_vcruntime;
4040
#[cfg_attr(docsrs, doc(cfg(feature = "codegen")))]
4141
pub use codegen::context::CodegenContext;
4242

43-
pub use acl::{AppManifest, InlinedPlugin};
43+
pub use acl::{AppManifest, DefaultPermissionRule, InlinedPlugin};
4444

4545
const ACL_MANIFESTS_FILE_NAME: &str = "acl-manifests.json";
4646
const CAPABILITIES_FILE_NAME: &str = "capabilities.json";

0 commit comments

Comments
 (0)