diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-11-22 16:05:57 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-11-22 16:05:57 +0000 |
commit | 1868a2a11aaa033dcca8068e2227c52bd3dca73a (patch) | |
tree | 874f5ec731647be6f6b27d0eff5b9a7720a2a601 /manifest.toml | |
parent | 207d52d8feead7f83bca3df35a008d73e94b2207 (diff) | |
download | javascript-1868a2a11aaa033dcca8068e2227c52bd3dca73a.tar.gz javascript-1868a2a11aaa033dcca8068e2227c52bd3dca73a.zip |
v0.2.0v0.2.0
Diffstat (limited to 'manifest.toml')
-rw-r--r-- | manifest.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.toml b/manifest.toml index bef7781..ed0b856 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,8 +2,8 @@ # You typically do not need to edit this file packages = [ - { name = "gleam_stdlib", version = "0.19.2", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "FFA79EA12369F122B68885E694E097D6810402A2F86BFF48AAE9E40ACE654F4C" }, - { name = "gleeunit", version = "0.6.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "77701A5E5A565727E1EEAC9196FB878D544049B6331CD0305B5A69699135EA1C" }, + { name = "gleam_stdlib", version = "0.25.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "AD0F89928E0B919C8F8EDF640484633B28DBF88630A9E6AE504617A3E3E5B9A2" }, + { name = "gleeunit", version = "0.7.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "5F4FBED3E93CDEDB0570D30E9DECB7058C2D327996B78BB2D245C739C7136010" }, ] [requirements] |