aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-08-03 13:01:37 +0100
committerLouis Pilfold <louis@lpil.uk>2023-08-03 13:01:37 +0100
commita093f74fe70ae34ac0573b3b2ab715a51432d546 (patch)
treeebc3e78068363b1aeb4d70b0194dbba3ae4200a3
parent65494eef040db3fc36b61399202a54862e80a3b2 (diff)
downloadjavascript-a093f74fe70ae34ac0573b3b2ab715a51432d546.tar.gz
javascript-a093f74fe70ae34ac0573b3b2ab715a51432d546.zip
Restrict version
-rw-r--r--gleam.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/gleam.toml b/gleam.toml
index d5dafe9..4ebe00d 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -3,6 +3,7 @@ version = "0.5.0"
licences = ["Apache-2.0"]
description = "Work with JavaScript types and values in Gleam"
+gleam = ">= 0.30.0"
target = "javascript"
repository = { type = "github", user = "gleam-lang", repo = "javascript" }