aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
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"