aboutsummaryrefslogtreecommitdiff
path: root/manifest.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-04-05 13:37:17 +0100
committerHayleigh Thompson <me@hayleigh.dev>2023-04-05 13:37:17 +0100
commit16266f42a5d7357d64226821f7572ddf1b0fee31 (patch)
tree870fba9efc7400312da796f2239feb310395ed0a /manifest.toml
parenteb015d386971bd25c58a0f07a0996e0c735e5913 (diff)
downloadlustre-16266f42a5d7357d64226821f7572ddf1b0fee31.tar.gz
lustre-16266f42a5d7357d64226821f7572ddf1b0fee31.zip
:heavy_plus_sign: Update stdlib dep to 0.28.
Diffstat (limited to 'manifest.toml')
-rw-r--r--manifest.toml4
1 files changed, 2 insertions, 2 deletions
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"