diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-04-05 13:37:17 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-04-05 13:37:17 +0100 |
commit | 16266f42a5d7357d64226821f7572ddf1b0fee31 (patch) | |
tree | 870fba9efc7400312da796f2239feb310395ed0a /gleam.toml | |
parent | eb015d386971bd25c58a0f07a0996e0c735e5913 (diff) | |
download | lustre-16266f42a5d7357d64226821f7572ddf1b0fee31.tar.gz lustre-16266f42a5d7357d64226821f7572ddf1b0fee31.zip |
:heavy_plus_sign: Update stdlib dep to 0.28.
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ repository = { type = "github", user = "hayleigh-dot-dev", repo = "gleam-lustre" links = [{ title = "Website", href = "https://hayleigh-dot-dev.github.io/gleam-lustre" }] [dependencies] -gleam_stdlib = "~> 0.26" +gleam_stdlib = "~> 0.28" [dev-dependencies] gleeunit = "~> 0.6" |