diff --git a/gleam.toml b/gleam.toml index df1aa53..8aa14bd 100644 --- a/gleam.toml +++ b/gleam.toml @@ -15,7 +15,7 @@ links = [ { title = "Docs", href = "https://hexdocs.pm/glint/" }, ] -gleam = "~> 1.0" +gleam = ">= 1.4 and < 2.0.0" [dependencies] gleam_stdlib = "~> 0.39 or ~> 1.0"