From bb19ae0a4fd085355c26f7e2aa249b68dbe46de7 Mon Sep 17 00:00:00 2001 From: salespaulo Date: Thu, 4 Jun 2026 09:54:02 -0300 Subject: [PATCH] fix: gleam_stdlib bump to v1.0.3 --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gleam.toml b/gleam.toml index 5c95801..9445f73 100644 --- a/gleam.toml +++ b/gleam.toml @@ -10,7 +10,7 @@ repository = { type = "github", user = "hayleigh-dot-dev", repo = "gleam-nibble" [dependencies] -gleam_stdlib = ">= 0.62.0 and < 1.0.0" +gleam_stdlib = ">= 0.62.0 and < 1.1.0" gleam_regexp = ">= 1.0.0 and < 2.0.0" iv = ">= 1.3.2 and < 2.0.0"