Skip to content

Commit

Permalink
Fix cargo publish error (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Feb 4, 2021
1 parent 21d74bf commit 99a9184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/winmd/src/workspace.rs
Expand Up @@ -14,6 +14,7 @@ fn workspace_dir() -> std::path::PathBuf {
let output = std::process::Command::new(env!("CARGO"))
.arg("metadata")
.arg("--format-version=1")
.arg("--no-deps")
.output()
.expect("Failed to run `cargo metadata`");

Expand Down

0 comments on commit 99a9184

Please sign in to comment.