Skip to content

Commit fd98333

Browse files
authored
fix: remove livekit uniffi default (#13)
1 parent efba07d commit fd98333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub struct Args {
5555
out_dir: Utf8PathBuf,
5656

5757
/// Name of the crate.
58-
#[arg(long, default_value = "livekit_uniffi")]
58+
#[arg(long)]
5959
crate_name: String,
6060

6161
/// The set of buildin apis which should be used to get the current

0 commit comments

Comments
 (0)