aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gleam.toml2
-rw-r--r--manifest.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/gleam.toml b/gleam.toml
index ed0d18c..7b42e98 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.26"
+gleam_stdlib = "~> 0.28"
[dev-dependencies]
gleeunit = "~> 0.6"
diff --git a/manifest.toml b/manifest.toml
index ee5fc14..1e8d613 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.27.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "9DBDD21B48C654182CDD8AA15ACF85E8E74A0438583C68BD7EF08BE89F999C6F" },
+ { name = "gleam_stdlib", version = "0.28.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1BB6A3E53F7576B9F5C4E5D4AE16487E526BE383B03CBF4068C7DFC77CF38A1C" },
{ name = "gleeunit", version = "0.10.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "ECEA2DE4BE6528D36AFE74F42A21CDF99966EC36D7F25DEB34D47DD0F7977BAF" },
]
[requirements]
-gleam_stdlib = "~> 0.26"
+gleam_stdlib = "~> 0.28"
gleeunit = "~> 0.6"