aboutsummaryrefslogtreecommitdiff
path: root/manifest.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-07-18 00:19:38 +0100
committerHayleigh Thompson <me@hayleigh.dev>2023-07-18 00:19:38 +0100
commit3125e15f26737eeb5818e35ac25604c82e1f4139 (patch)
tree7257ae25ef82b31e4c312911361bfeb4ae8ca732 /manifest.toml
parent17ae71488442590b5d92248b14328ed8008912df (diff)
downloadlustre-3125e15f26737eeb5818e35ac25604c82e1f4139.tar.gz
lustre-3125e15f26737eeb5818e35ac25604c82e1f4139.zip
:heavy_plus_sign: Update stdlib to 0.30
Diffstat (limited to 'manifest.toml')
-rw-r--r--manifest.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifest.toml b/manifest.toml
index 00a6ec8..a5dc3b1 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.29.2", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "B296BF9B8AA384A6B64CD49F333016A9DCA6AC73A95400D17F2271E072EFF986" },
- { name = "gleeunit", version = "0.10.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "ECEA2DE4BE6528D36AFE74F42A21CDF99966EC36D7F25DEB34D47DD0F7977BAF" },
+ { name = "funtil", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "funtil", source = "hex", outer_checksum = "408E301240E6039FA0D9AB24E648FC176DFB82486835AFE23FE59B40222CEC9A" },
+ { name = "gleam_stdlib", version = "0.30.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "03710B3DA047A3683117591707FCA19D32B980229DD8CE8B0603EB5B5144F6C3" },
]
[requirements]
-gleam_stdlib = "~> 0.29"
-gleeunit = "~> 0.6"
+funtil = { version = "~> 1.0" }
+gleam_stdlib = { version = "~> 0.30" }