Skip to content

Commit

Permalink
Fix breakages
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Oct 21, 2023
1 parent 8cbabd0 commit 6341340
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/generate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ impl Command {

let extra_args = vec![];

let target_dir = None;

CargoConfig {
features,
target,
Expand All @@ -215,6 +217,7 @@ impl Command {
invocation_location,
sysroot_src,
extra_args,
target_dir,
}
}

Expand Down

0 comments on commit 6341340

Please sign in to comment.