aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-03-11 07:27:09 +0100
committerHayleigh Thompson <me@hayleigh.dev>2024-03-12 08:04:11 +0100
commit62b20febd3fa3d4a853778f665ad94c0238736b3 (patch)
treeab42ce9b93adb79a7cd8677a7dffef125c387442 /gleam.toml
parent7d3eafbffca65e3620e96e697ad48664df96dbcd (diff)
downloadlustre-62b20febd3fa3d4a853778f665ad94c0238736b3.tar.gz
lustre-62b20febd3fa3d4a853778f665ad94c0238736b3.zip
:bug: Fixed bug with shellout spawning zombie processes.
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gleam.toml b/gleam.toml
index abad8d7..a76a755 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -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"