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 /gleam.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 'gleam.toml')
-rw-r--r-- | gleam.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ links = [ { title = "Website", href = "https://lustre.build" }, { title = "Sponsor", href = "https://github.com/sponsors/hayleigh-dot-dev" }, ] +gleam = ">= 0.32.0" [dependencies] gleam_stdlib = "~> 0.31" |