From b7e3ff2dd9fe2fc213dd67354bd6edfb54753ef1 Mon Sep 17 00:00:00 2001 From: "Douglas M." Date: Thu, 27 Jun 2024 21:58:45 +0200 Subject: [PATCH] chore: add gleam version to toml --- gleam.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/gleam.toml b/gleam.toml index 4fc0f76..4bb1c98 100644 --- a/gleam.toml +++ b/gleam.toml @@ -6,6 +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" [dependencies] gleam_stdlib = ">= 0.34.0 and < 2.0.0"