diff options
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ target = "javascript" gleam_stdlib = "~> 0.32" simplifile = "~> 1.0" snag = "~> 0.2" -htmb = "~> 1.1" -filepath = "~> 0.1" +htmb = ">= 2.0.0 and < 3.0.0" +filepath = ">= 1.0.0 and < 2.0.0" [dev-dependencies] gleeunit = "~> 1.0" |