diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-12-08 13:40:24 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-12-08 13:40:24 +0000 |
commit | d889e565edeb6014d24d7749866faa3250e785c4 (patch) | |
tree | b05e1c2580c4356cf1421d95d968ef6a52429014 /gleam.toml | |
parent | f4f3b89f1819a0d55448ef2e9997fd06d349e392 (diff) | |
download | gleam_stdlib-d889e565edeb6014d24d7749866faa3250e785c4.tar.gz gleam_stdlib-d889e565edeb6014d24d7749866faa3250e785c4.zip |
Fix string.trim
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ name = "gleam_stdlib" -version = "0.45.0" +version = "0.46.0" gleam = ">= 0.32.0" licences = ["Apache-2.0"] description = "A standard library for the Gleam programming language" |