diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-11-04 12:39:49 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-11-04 12:39:49 +0000 |
commit | e0155c7be10901ceb4d11cb5333f92bc272b5499 (patch) | |
tree | 62965f9528cc830c92bf23498aa5bf87203f3fe0 /manifest.toml | |
parent | d1432856ce7def6fd3eedc80aa6e138ac52498ca (diff) | |
download | lustre-e0155c7be10901ceb4d11cb5333f92bc272b5499.tar.gz lustre-e0155c7be10901ceb4d11cb5333f92bc272b5499.zip |
:recycle: Update to Gleam v0.32 and run gleam fix.v3.0.10
Diffstat (limited to 'manifest.toml')
-rw-r--r-- | manifest.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.toml b/manifest.toml index f505a50..0fb8411 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,7 +2,7 @@ # You typically do not need to edit this file packages = [ - { name = "gleam_stdlib", version = "0.31.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "6D1BC5B4D4179B9FEE866B1E69FE180AC2CE485AD90047C0B32B2CA984052736" }, + { name = "gleam_stdlib", version = "0.32.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "07D64C26D014CF570F8ACADCE602761EA2E74C842D26F2FD49B0D61973D9966F" }, ] [requirements] |