diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-04-25 12:18:28 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-04-25 12:18:28 +0100 |
commit | 9b4d07a4424b84af148b1396ee73f99afdf9c95d (patch) | |
tree | c0032a89ede1b01def0775991ef38c178031033b /gleam.toml | |
parent | fe794eed876b6b9b878986cf5a8d59bdb2886f91 (diff) | |
download | gleam_json-9b4d07a4424b84af148b1396ee73f99afdf9c95d.tar.gz gleam_json-9b4d07a4424b84af148b1396ee73f99afdf9c95d.zip |
Relax constraints
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |