diff --git a/src/generate.rs b/src/generate.rs index c188603c..de83b338 100644 --- a/src/generate.rs +++ b/src/generate.rs @@ -202,6 +202,8 @@ impl Command { let extra_args = vec![]; + let target_dir = None; + CargoConfig { features, target, @@ -215,6 +217,7 @@ impl Command { invocation_location, sysroot_src, extra_args, + target_dir, } }