Skip to content

Commit

Permalink
fix: add '--update' to metadata
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe committed Dec 16, 2024
1 parent 172c632 commit e290b56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kclvm/driver/src/toolchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ impl<S: AsRef<OsStr> + Send + Sync> Toolchain for CommandToolchain<S> {
match Command::new(&self.path)
.arg("mod")
.arg("metadata")
.arg("--update")
.current_dir(manifest_path)
.output()
{
Expand Down

0 comments on commit e290b56

Please sign in to comment.