Skip to content

Commit

Permalink
bump stdlib in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Aug 1, 2024
1 parent ec13ebc commit 915ff5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# You typically do not need to edit this file

packages = [
{ name = "gleam_stdlib", version = "0.37.0", build_tools = ["gleam"], requirements = [], source = "local", path = "external/stdlib" },
{ name = "gleam_stdlib", version = "0.38.0", build_tools = ["gleam"], requirements = [], source = "local", path = "external/stdlib" },
{ name = "glistix_gleeunit", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "glistix_gleeunit", source = "hex", outer_checksum = "6FE984935DCF11DB7E4F2A6D1F8812334F30EBCC62A0CE718D22BA01F7777137" },
{ name = "ranger", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "ranger", source = "hex", outer_checksum = "1566C272B1D141B3BBA38B25CB761EF56E312E79EC0E2DFD4D3C19FB0CC1F98C" },
]
Expand Down

0 comments on commit 915ff5b

Please sign in to comment.