From 33bc026f4dd35a41cd9977cac8d988cc2cbbd5fb Mon Sep 17 00:00:00 2001 From: "Douglas M." Date: Fri, 20 Sep 2024 10:44:14 +0200 Subject: [PATCH] chore: update gleam version --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gleam.toml b/gleam.toml index 0b6a94a..63c9af5 100644 --- a/gleam.toml +++ b/gleam.toml @@ -6,7 +6,7 @@ description = "Bindings to Ink. A library for building terminal UIs." licences = ["Apache-2.0"] repository = { type = "github", user = "Massolari", repo = "pink" } links = [{ title = "Ink", href = "https://github.com/vadimdemedes/ink" }] -gleam = ">= 0.32.0" +gleam = ">= 1.1.0" [dependencies] gleam_stdlib = ">= 0.34.0 and < 2.0.0"