diff --git a/gleam/gleam.toml b/gleam/gleam.toml index 03c1ff9e8..fbf8268ef 100644 --- a/gleam/gleam.toml +++ b/gleam/gleam.toml @@ -10,7 +10,7 @@ description = "A Gleam project" # links = [{ title = "Website", href = "https://gleam.run" }] [dependencies] -gleam_stdlib = "== 0.71.0" +gleam_stdlib = "== 1.0.3" [dev-dependencies] gleeunit = "== 1.9.0"