From a93c265a01cfbc1a473e3849ce58c0cc9fb2e268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Fri, 13 Sep 2024 10:28:27 +0200 Subject: [PATCH] fix: gleam version constraint in gleam.toml --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gleam.toml b/gleam.toml index 478b869..0f51bc1 100644 --- a/gleam.toml +++ b/gleam.toml @@ -5,7 +5,7 @@ description = "A collection of various functions missing in gleam_stdlib" licences = ["GPL-3.0-or-later"] repository = { type = "forgejo", host = "forge.pnyhf.eu", user = "l-x", repo = "brilo" } -gleam = ">= 1.4" +gleam = ">= 1.4.0" [dependencies] gleam_stdlib = ">= 0.34.0 and < 2.0.0"