diff options
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ version = "0.6.1" licences = ["Apache-2.0"] description = "Work with JavaScript types and values in Gleam" -gleam = ">= 0.30.0" +gleam = ">= 0.32.0" target = "javascript" repository = { type = "github", user = "gleam-lang", repo = "javascript" } @@ -19,4 +19,4 @@ typescript_declarations = true gleam_stdlib = "~> 0.19" [dev-dependencies] -gleeunit = "~> 0.6" +gleeunit = "~> 1.0" |