diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-11 07:27:09 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-12 08:04:11 +0100 |
commit | 62b20febd3fa3d4a853778f665ad94c0238736b3 (patch) | |
tree | ab42ce9b93adb79a7cd8677a7dffef125c387442 /gleam.toml | |
parent | 7d3eafbffca65e3620e96e697ad48664df96dbcd (diff) | |
download | lustre-62b20febd3fa3d4a853778f665ad94c0238736b3.tar.gz lustre-62b20febd3fa3d4a853778f665ad94c0238736b3.zip |
:bug: Fixed bug with shellout spawning zombie processes.
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,6 @@ gleam_otp = "~> 0.9" gleam_stdlib = "~> 0.34 or ~> 1.0" glint = "0.16.0" justin = "~> 1.0" -shellout = "~> 1.6" simplifile = "~> 1.4" spinner = "~> 1.1" tom = "~> 0.3" @@ -58,3 +57,4 @@ gleam_package_interface = "~> 1.0" [dev-dependencies] birdie = "~> 1.0" gleeunit = "~> 1.0" +shellout = "~> 1.6" |