From 62b20febd3fa3d4a853778f665ad94c0238736b3 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Mon, 11 Mar 2024 07:27:09 +0100 Subject: :bug: Fixed bug with shellout spawning zombie processes. --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gleam.toml') 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" -- cgit v1.2.3