Compare commits

..

No commits in common. "4cad54fda84a9ac63b76138ce95ef7825eae72cd" and "e357d3836ad540ed647bbc278ef66c48bebded57" have entirely different histories.

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.0" gleam = ">= 1.4"
[dependencies] [dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0" gleam_stdlib = ">= 0.34.0 and < 2.0.0"