aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-06-11 18:36:37 +0100
committerHayleigh Thompson <me@hayleigh.dev>2024-06-11 18:36:37 +0100
commitd3e86fa4033ecc77da3812b697b3c59f92e83969 (patch)
tree3b649b643898355d7c3e25f5c8ac477d770dd0ea
parent0d7817bfe17cd274bf1e241c6fdf987764d0959d (diff)
downloadlustre-d3e86fa4033ecc77da3812b697b3c59f92e83969.tar.gz
lustre-d3e86fa4033ecc77da3812b697b3c59f92e83969.zip
:wrench: Expand compatible gleam_json version range to include ~> 2.0
-rw-r--r--gleam.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gleam.toml b/gleam.toml
index 994ba73..db1a961 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -35,7 +35,7 @@ pages = [
[dependencies]
gleam_erlang = "~> 0.24"
-gleam_json = "~> 1.0"
+gleam_json = "~> 1.0 or ~> 2.0"
gleam_otp = "~> 0.9"
gleam_stdlib = "~> 0.36"