aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-10-02 15:11:22 +0100
committerHayleigh Thompson <me@hayleigh.dev>2023-10-02 15:11:22 +0100
commit9f7b69221d9bd496f626e9e5f210a466b1e2ed02 (patch)
treee9660574c631b80e4bac98c41677f0083b6aa272
parent1240874302ec172b1018934ef5a8cba23397bc51 (diff)
downloadlustre-9f7b69221d9bd496f626e9e5f210a466b1e2ed02.tar.gz
lustre-9f7b69221d9bd496f626e9e5f210a466b1e2ed02.zip
:heavy_plus_sign: Bump stdlib version to 0.31
-rw-r--r--gleam.toml2
-rw-r--r--manifest.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/gleam.toml b/gleam.toml
index 55ee2f8..c43b518 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -10,4 +10,4 @@ links = [
]
[dependencies]
-gleam_stdlib = "~> 0.30"
+gleam_stdlib = "~> 0.31"
diff --git a/manifest.toml b/manifest.toml
index b711276..f505a50 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -2,8 +2,8 @@
# You typically do not need to edit this file
packages = [
- { name = "gleam_stdlib", version = "0.30.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "03710B3DA047A3683117591707FCA19D32B980229DD8CE8B0603EB5B5144F6C3" },
+ { name = "gleam_stdlib", version = "0.31.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "6D1BC5B4D4179B9FEE866B1E69FE180AC2CE485AD90047C0B32B2CA984052736" },
]
[requirements]
-gleam_stdlib = { version = "~> 0.30" }
+gleam_stdlib = { version = "~> 0.31" }