Merge branch 'hotfix/1.0.1' into develop

This commit is contained in:
Alex 2024-09-13 10:28:42 +02:00
commit c2f1b46f61
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"] licences = ["GPL-3.0-or-later"]
repository = { type = "forgejo", host = "forge.pnyhf.eu", user = "l-x", repo = "brilo" } repository = { type = "forgejo", host = "forge.pnyhf.eu", user = "l-x", repo = "brilo" }
gleam = ">= 1.4" gleam = ">= 1.4.0"
[dependencies] [dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0" gleam_stdlib = ">= 0.34.0 and < 2.0.0"