diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-08-03 13:31:34 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-08-03 13:31:34 +0100 |
commit | 8361e09c120d5a0e862c20e35a73a479ed380c93 (patch) | |
tree | 82d31b60756078e09c2df9d91788ee609265f64e /gleam.toml | |
parent | 3662dd46c42fff69526aa92e2f389db66f513a1c (diff) | |
download | gleam_json-8361e09c120d5a0e862c20e35a73a479ed380c93.tar.gz gleam_json-8361e09c120d5a0e862c20e35a73a479ed380c93.zip |
Update for Gleam v0.30
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ name = "gleam_json" version = "0.5.1" +gleam = ">= 0.30.0" + licences = ["Apache-2.0"] description = "Work with JSON in Gleam" |