Skip to content

Commit e4947c6

Browse files
committed
Disable unstable feature
1 parent 28ae416 commit e4947c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
repository = "https://github.com/Choochmeque/tauri-plugin-iap"
1212

1313
[features]
14-
default = ["unstable"]
14+
default = []
1515
unstable = ["dep:swift-bridge", "dep:serde_json", "dep:objc2", "dep:objc2-core-foundation", "dep:objc2-security"]
1616

1717
[dependencies]

0 commit comments

Comments
 (0)