From 9b4d07a4424b84af148b1396ee73f99afdf9c95d Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Thu, 25 Apr 2024 12:18:28 +0100 Subject: Relax constraints --- gleam.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gleam.toml') diff --git a/gleam.toml b/gleam.toml index 7089935..cfb5fca 100644 --- a/gleam.toml +++ b/gleam.toml @@ -12,8 +12,8 @@ links = [ ] [dependencies] -gleam_stdlib = "~> 0.32 or ~> 1.0" -thoas = "~> 1.2" +gleam_stdlib = ">= 0.19.0 and < 2.0.0" +thoas = ">= 0.2.0 and < 2.0.0" [dev-dependencies] gleeunit = "~> 1.0" -- cgit v1.2.3