aboutsummaryrefslogtreecommitdiff
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
parenta3ccb1a2f0c187c45eb743cf6ec1d9b71cf6fb1d (diff)
downloadlustre-8fdc595ebbf7d53793f1ae8641ae717ab09da23d.tar.gz
lustre-8fdc595ebbf7d53793f1ae8641ae717ab09da23d.zip
:heavy_plus_sign: Upgrade stdlib dependency to 0.26.
-rw-r--r--gleam.toml2
-rw-r--r--manifest.toml6
2 files changed, 4 insertions, 4 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"
diff --git a/manifest.toml b/manifest.toml
index d1ca82d..84bfb11 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -2,10 +2,10 @@
# You typically do not need to edit this file
packages = [
- { name = "gleam_stdlib", version = "0.19.3", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "CA579C2FF0621E93FF6EFEF61BAFFCF0505732BA073F616E28878042F1A1F401" },
- { name = "gleeunit", version = "0.6.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "5BF486C3E135B7F5ED8C054925FC48E5B2C79016A39F416FD8CF2E860520EE55" },
+ { name = "gleam_stdlib", version = "0.26.1", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "B17BBE8A78F3909D93BCC6C24F531673A7E328A61F24222EB1E58D0A7552B1FE" },
+ { name = "gleeunit", version = "0.10.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "ECEA2DE4BE6528D36AFE74F42A21CDF99966EC36D7F25DEB34D47DD0F7977BAF" },
]
[requirements]
-gleam_stdlib = "~> 0.19"
+gleam_stdlib = "~> 0.26"
gleeunit = "~> 0.6"