diff --git a/gleam.toml b/gleam.toml index 5c4c502..bcdae08 100644 --- a/gleam.toml +++ b/gleam.toml @@ -6,7 +6,7 @@ repository = { type = "github", user = "rvcas", repo = "ids" } gleam = ">= 0.32.2" [dependencies] -gleam_stdlib = "~> 0.34" +gleam_stdlib = "~> 0.34 or ~> 1.0" gleam_otp = "~> 0.7" gleam_erlang = "~> 0.22"