aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-02-12 11:15:50 +0000
committerHayleigh Thompson <me@hayleigh.dev>2023-02-12 11:15:50 +0000
commit8fdc595ebbf7d53793f1ae8641ae717ab09da23d (patch)
tree374e879d34e52f5c7db44beb3f020243d11d2cbb /gleam.toml
parenta3ccb1a2f0c187c45eb743cf6ec1d9b71cf6fb1d (diff)
downloadlustre-8fdc595ebbf7d53793f1ae8641ae717ab09da23d.tar.gz
lustre-8fdc595ebbf7d53793f1ae8641ae717ab09da23d.zip
:heavy_plus_sign: Upgrade stdlib dependency to 0.26.
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 4713420..d2a6a7e 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -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"