aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-12-08 13:40:24 +0000
committerLouis Pilfold <louis@lpil.uk>2024-12-08 13:40:24 +0000
commitd889e565edeb6014d24d7749866faa3250e785c4 (patch)
treeb05e1c2580c4356cf1421d95d968ef6a52429014 /gleam.toml
parentf4f3b89f1819a0d55448ef2e9997fd06d349e392 (diff)
downloadgleam_stdlib-d889e565edeb6014d24d7749866faa3250e785c4.tar.gz
gleam_stdlib-d889e565edeb6014d24d7749866faa3250e785c4.zip
Fix string.trim
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gleam.toml b/gleam.toml
index d89603e..985ca7c 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -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"