We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad42450 + 71804a3 commit d3dfa31Copy full SHA for d3dfa31
src/lib.rs
@@ -197,7 +197,7 @@ impl Config {
197
print_system_cflags: true,
198
print_system_libs: true,
199
cargo_metadata: true,
200
- env_metadata: false,
+ env_metadata: true,
201
}
202
203
@@ -259,7 +259,7 @@ impl Config {
259
260
/// Define whether metadata should be emitted for cargo allowing to
261
/// automatically rebuild when environment variables change. Defaults to
262
- /// `false`.
+ /// `true`.
263
pub fn env_metadata(&mut self, env_metadata: bool) -> &mut Config {
264
self.env_metadata = env_metadata;
265
self
0 commit comments