aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-02-29 17:46:08 +0000
committerHayleigh Thompson <me@hayleigh.dev>2024-02-29 17:46:08 +0000
commit9baad8dc9c36c79190759d595a22681af95917c6 (patch)
tree686e6b5b5b691e0c9d32ae813ee2da27c1bc4999 /gleam.toml
parentd3cc4117507801253c94e911d48a9ddbbb1048c8 (diff)
downloadlustre-9baad8dc9c36c79190759d595a22681af95917c6.tar.gz
lustre-9baad8dc9c36c79190759d595a22681af95917c6.zip
:wrench: Allow gleam 0.34 users to use the rc.
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gleam.toml b/gleam.toml
index 2f71d29..5693246 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,6 +1,6 @@
name = "lustre"
version = "4.0.0-rc.2"
-gleam = ">= 0.34"
+gleam = ">= 0.34.0"
description = "An Elm-inspired framework for building single page applications and server-rendered components in Gleam!"
repository = { type = "github", user = "lustre-labs", repo = "lustre" }