diff options
author | mrkutly <mark.sauer.utley@gmail.com> | 2022-05-20 21:41:37 -0400 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-06-11 18:39:10 +0100 |
commit | cf3b10fc7c6f12b105eaf5b90dd15a36cfb37d4f (patch) | |
tree | 5dcd8a62942a87942980ee467e1f466e4d64139d /gleam.toml | |
parent | e14c537500fd4e84225a284af5c02919f321232e (diff) | |
download | gleam_json-cf3b10fc7c6f12b105eaf5b90dd15a36cfb37d4f.tar.gz gleam_json-cf3b10fc7c6f12b105eaf5b90dd15a36cfb37d4f.zip |
upgrade gleeunit to support js target
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,4 +14,4 @@ gleam_stdlib = "~> 0.19" thoas = "~> 0.2" [dev-dependencies] -gleeunit = "~> 0.5" +gleeunit = "~> 0.6" |