Skip to content

Commit

Permalink
Update deno_task_shell (#1240)
Browse files Browse the repository at this point in the history
Replaces #1239
- **Bump deno_task_shell from 0.15.0 to 0.16.0**
- **Fix build after deno update**

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
maciektr and dependabot[bot] authored Apr 2, 2024
1 parent 0769dfc commit 980d454
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion scarb/src/ops/scripts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ pub fn execute_script(
(
"scarb".to_string(),
Rc::new(ExecutableCommand::new(
ws.config().app_exe()?.display().to_string(),
"scarb".to_string(),
ws.config().app_exe()?.to_path_buf(),
)) as Rc<dyn ShellCommand>,
),
]);
Expand Down

0 comments on commit 980d454

Please sign in to comment.