aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-04-25 12:18:28 +0100
committerLouis Pilfold <louis@lpil.uk>2024-04-25 12:18:28 +0100
commit9b4d07a4424b84af148b1396ee73f99afdf9c95d (patch)
treec0032a89ede1b01def0775991ef38c178031033b /gleam.toml
parentfe794eed876b6b9b878986cf5a8d59bdb2886f91 (diff)
downloadgleam_json-9b4d07a4424b84af148b1396ee73f99afdf9c95d.tar.gz
gleam_json-9b4d07a4424b84af148b1396ee73f99afdf9c95d.zip
Relax constraints
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 7089935..cfb5fca 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -12,8 +12,8 @@ links = [
]
[dependencies]
-gleam_stdlib = "~> 0.32 or ~> 1.0"
-thoas = "~> 1.2"
+gleam_stdlib = ">= 0.19.0 and < 2.0.0"
+thoas = ">= 0.2.0 and < 2.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"