diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-02-12 16:08:32 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-02-12 16:08:32 +0000 |
commit | 4dda56521448d38c34a625c9f01a8ae059e68f2d (patch) | |
tree | 976e64efc527a197e40ec3d16f4850ca4a2709e9 /gleam.toml | |
parent | 45e671ac32de95ae1a0a9f9e98da8645d01af3cf (diff) | |
download | lustre-4dda56521448d38c34a625c9f01a8ae059e68f2d.tar.gz lustre-4dda56521448d38c34a625c9f01a8ae059e68f2d.zip |
:wrench: Fix glint version to v0.14.0
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,5 +17,5 @@ internal_modules = [ [dependencies] gleam_stdlib = "~> 0.34" gleam_community_ansi = "~> 1.3" -glint = "~> 0.14" +glint = "0.14.0" argv = "~> 1.0" |