From 3125e15f26737eeb5818e35ac25604c82e1f4139 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Tue, 18 Jul 2023 00:19:38 +0100 Subject: :heavy_plus_sign: Update stdlib to 0.30 --- gleam.toml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'gleam.toml') diff --git a/gleam.toml b/gleam.toml index 6332e19..4af16fd 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,18 +1,13 @@ name = "lustre" version = "3.0.0-rc.4" -target = "javascript" - -# Fill out these fields if you intend to generate HTML documentation or publish -# your project to the Hex package manager. -# -licences = ["MIT"] description = "A framework for building web apps - powered by Gleam and React!" +licences = ["MIT"] +links = [{ title = "Buy me a coffee?", href = "https://github.com/sponsors/hayleigh-dot-dev" }] repository = { type = "github", user = "hayleigh-dot-dev", repo = "gleam-lustre" } -links = [{ title = "Website", href = "https://hayleigh-dot-dev.github.io/gleam-lustre" }] +target = "javascript" [dependencies] -gleam_stdlib = "~> 0.29" +gleam_stdlib = "~> 0.30" +funtil = "~> 1.0" -[dev-dependencies] -gleeunit = "~> 0.6" -- cgit v1.2.3