diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-02-12 11:15:50 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-02-12 11:15:50 +0000 |
commit | 8fdc595ebbf7d53793f1ae8641ae717ab09da23d (patch) | |
tree | 374e879d34e52f5c7db44beb3f020243d11d2cbb /gleam.toml | |
parent | a3ccb1a2f0c187c45eb743cf6ec1d9b71cf6fb1d (diff) | |
download | lustre-8fdc595ebbf7d53793f1ae8641ae717ab09da23d.tar.gz lustre-8fdc595ebbf7d53793f1ae8641ae717ab09da23d.zip |
:heavy_plus_sign: Upgrade stdlib dependency to 0.26.
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.19" +gleam_stdlib = "~> 0.26" [dev-dependencies] gleeunit = "~> 0.6" |