aboutsummaryrefslogtreecommitdiff
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
parentb6be906ee4b36ee39ff569c278c44d08c3d57884 (diff)
downloadgleam_json-fe794eed876b6b9b878986cf5a8d59bdb2886f91.tar.gz
gleam_json-fe794eed876b6b9b878986cf5a8d59bdb2886f91.zip
Update dependencies to use Gleam v0.32 and thoas v1.2.0
-rw-r--r--gleam.toml4
-rw-r--r--manifest.toml2
2 files changed, 3 insertions, 3 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]
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" }