fix: gleam version constraint in gleam.toml

This commit is contained in:
Alex 2024-09-13 10:28:27 +02:00
parent e357d3836a
commit a93c265a01
Signed by: l-x
SSH key fingerprint: SHA256:MK3uQVPHEV0Oo2ry/dAqvVK3pAwegKAwSlyfgLd/yQM

View file

@ -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"