diff options
author | Loïc Tosser <loic@kalvad.com> | 2024-04-22 13:02:23 +0400 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-04-25 12:15:11 +0100 |
commit | fe794eed876b6b9b878986cf5a8d59bdb2886f91 (patch) | |
tree | 341a438d04bfd65a95e23975bf1e55738b00b313 /manifest.toml | |
parent | b6be906ee4b36ee39ff569c278c44d08c3d57884 (diff) | |
download | gleam_json-fe794eed876b6b9b878986cf5a8d59bdb2886f91.tar.gz gleam_json-fe794eed876b6b9b878986cf5a8d59bdb2886f91.zip |
Update dependencies to use Gleam v0.32 and thoas v1.2.0
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 542a271..73da39f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -8,6 +8,6 @@ packages = [ ] [requirements] -gleam_stdlib = { version = "~> 0.19 or ~> 1.0" } +gleam_stdlib = { version = "~> 0.32 or ~> 1.0" } gleeunit = { version = "~> 1.0" } thoas = { version = "~> 1.2" } |