diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-07-29 17:07:59 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-07-29 17:07:59 +0100 |
commit | b782ce2ffb1f8889b8d41e0b8237a34f5d905b83 (patch) | |
tree | c750f88fd624479854af8c31b26e044cfad58313 /gleam.toml | |
parent | 83f4b199e3d9644ce15ac8107d1e31a9a8087da6 (diff) | |
download | gleam_stdlib-b782ce2ffb1f8889b8d41e0b8237a34f5d905b83.tar.gz gleam_stdlib-b782ce2ffb1f8889b8d41e0b8237a34f5d905b83.zip |
Specify Gleam version
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ name = "gleam_stdlib" version = "0.30.0" +gleam = ">= 0.30.0" licences = ["Apache-2.0"] description = "A standard library for the Gleam programming language" |