Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate metadata explicitly for the contract which is build #174

Merged
merged 10 commits into from
Feb 18, 2021
Prev Previous commit
Next Next commit
Revert new line change
  • Loading branch information
cmichi committed Feb 16, 2021
commit bca9ee8aad48259a575028c80b1fb9ebc1a9ca55
1 change: 0 additions & 1 deletion src/workspace/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ impl Workspace {
}
cmichi marked this conversation as resolved.
Show resolved Hide resolved

manifest.rewrite_relative_paths(&exclude_member_package_names)?;

manifest.write(&new_manifest)?;

new_manifest_paths.push((package_id.clone(), new_manifest));
Expand Down