Skip to content

Commit

Permalink
fix: pin async-process crate (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasir Shariff authored Sep 30, 2023
1 parent 6853288 commit 09ce692
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Utility library for launching NEAR sandbox environments.

[dependencies]
anyhow = "1"
async-process = "1"
# The version is pinned to <=1.7.0 because of the following issue: https://github.com/smol-rs/async-process/issues/55
async-process = "<=1.7.0"
binary-install = "0.2.0"
chrono = "0.4"
fs2 = "0.4"
Expand Down

0 comments on commit 09ce692

Please sign in to comment.