diff options
Diffstat (limited to 'manifest.toml')
-rw-r--r-- | manifest.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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" } |