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.
1 parent 4abef85 commit a0de695Copy full SHA for a0de695
src/prepare.rs
@@ -35,9 +35,9 @@ impl<'a> Prepare<'a> {
35
36
pub(crate) fn prepare(&mut self) -> anyhow::Result<()> {
37
self.krate.copy_source_to(self.workspace, self.source_dir)?;
38
- self.validate_manifest()?;
39
self.remove_override_files()?;
40
self.tweak_toml()?;
+ self.validate_manifest()?;
41
self.capture_lockfile()?;
42
self.fetch_deps()?;
43
0 commit comments