Skip to content

Commit acf530a

Browse files
committed
Require uniffi/cli feature for uniffi-bindgen
1 parent 6739fa0 commit acf530a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uniffi-bindgen.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fn main() {
2-
#[cfg(feature = "uniffi")]
2+
#[cfg(feature = "uniffi/cli")]
33
uniffi::uniffi_bindgen_main()
44
}

0 commit comments

Comments
 (0)