diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-02-23 01:10:35 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-02-23 01:10:35 +0000 |
commit | 8a2e09e39806f80f4cec898d4b9f4ecbe8e09a49 (patch) | |
tree | 5512165165844a4e66138c58c12c38bcc3cc40fa | |
parent | 71f61d0cb1f4abb321a1e3481b0f6fd9ac8dbcb9 (diff) | |
download | lustre-8a2e09e39806f80f4cec898d4b9f4ecbe8e09a49.tar.gz lustre-8a2e09e39806f80f4cec898d4b9f4ecbe8e09a49.zip |
:wrench: Change gleam version requirement to v1.
-rw-r--r-- | gleam.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ name = "lustre" version = "4.0.0-rc1" -gleam = ">= 0.33.0" +gleam = ">= 1.0.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" } |