aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorLoïc Tosser <loic@kalvad.com>2024-04-22 13:02:23 +0400
committerLouis Pilfold <louis@lpil.uk>2024-04-25 12:15:11 +0100
commitfe794eed876b6b9b878986cf5a8d59bdb2886f91 (patch)
tree341a438d04bfd65a95e23975bf1e55738b00b313 /gleam.toml
parentb6be906ee4b36ee39ff569c278c44d08c3d57884 (diff)
downloadgleam_json-fe794eed876b6b9b878986cf5a8d59bdb2886f91.tar.gz
gleam_json-fe794eed876b6b9b878986cf5a8d59bdb2886f91.zip
Update dependencies to use Gleam v0.32 and thoas v1.2.0
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gleam.toml b/gleam.toml
index 84baf7e..7089935 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_json"
-version = "1.0.0"
+version = "1.0.1"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
@@ -12,7 +12,7 @@ links = [
]
[dependencies]
-gleam_stdlib = "~> 0.19 or ~> 1.0"
+gleam_stdlib = "~> 0.32 or ~> 1.0"
thoas = "~> 1.2"
[dev-dependencies]