diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-10-02 15:11:22 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-10-02 15:11:22 +0100 |
commit | 9f7b69221d9bd496f626e9e5f210a466b1e2ed02 (patch) | |
tree | e9660574c631b80e4bac98c41677f0083b6aa272 | |
parent | 1240874302ec172b1018934ef5a8cba23397bc51 (diff) | |
download | lustre-9f7b69221d9bd496f626e9e5f210a466b1e2ed02.tar.gz lustre-9f7b69221d9bd496f626e9e5f210a466b1e2ed02.zip |
:heavy_plus_sign: Bump stdlib version to 0.31
-rw-r--r-- | gleam.toml | 2 | ||||
-rw-r--r-- | manifest.toml | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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" } |