Skip to content

Commit

Permalink
update Gleam to 0.32 and run gleam fix
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocavalieri committed Nov 2, 2023
1 parent 0dde502 commit 8c4774c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: erlef/[email protected]
with:
otp-version: "25.2"
gleam-version: "0.31"
gleam-version: "0.32"
rebar3-version: "3"
# elixir-version: "1.14.2"
- run: gleam format --check src test
Expand Down
3 changes: 2 additions & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ description = "A pure Gleam package to compute the edit distance of two strings"

licences = ["Apache-2.0"]
repository = { type = "github", user = "giacomocavalieri", repo = "edit_distance" }
gleam = ">= 0.32.0"
# links = [{ title = "Website", href = "https://gleam.run" }]

[dependencies]
gleam_stdlib = "~> 0.31"
gleam_stdlib = "~> 0.32"

[dev-dependencies]
gleeunit = "~> 0.10"
Expand Down
10 changes: 5 additions & 5 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# You typically do not need to edit this file

packages = [
{ name = "birl", version = "0.16.1", build_tools = ["gleam"], requirements = ["ranger", "gleam_stdlib"], otp_app = "birl", source = "hex", outer_checksum = "90051B6CBDC1D74E4E007EE0202C52D755BF50D0147F9D02C2159D5C05AD33EC" },
{ name = "blah", version = "0.10.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "birl"], otp_app = "blah", source = "hex", outer_checksum = "2DB82346D5AB9A66E7572C46E43E35BF653E03339CC1028FAB6052FE8CC8020F" },
{ name = "gleam_stdlib", version = "0.31.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "6D1BC5B4D4179B9FEE866B1E69FE180AC2CE485AD90047C0B32B2CA984052736" },
{ name = "birl", version = "0.16.3", build_tools = ["gleam"], requirements = ["ranger", "gleam_stdlib"], otp_app = "birl", source = "hex", outer_checksum = "7EE88381E4CF1816D15F3052CE55E6520104013AACAF1F515DF82DDE85F6BA01" },
{ name = "blah", version = "0.11.0", build_tools = ["gleam"], requirements = ["birl", "gleam_stdlib"], otp_app = "blah", source = "hex", outer_checksum = "60AC594E8DE2E1394F4ACDD4ECBEB18FB5E5C22E26005A8D5636EF46C94B8FD1" },
{ name = "gleam_stdlib", version = "0.32.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "07D64C26D014CF570F8ACADCE602761EA2E74C842D26F2FD49B0D61973D9966F" },
{ name = "gleeunit", version = "0.11.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "1397E5C4AC4108769EE979939AC39BF7870659C5AFB714630DEEEE16B8272AD5" },
{ name = "ranger", version = "0.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "ranger", source = "hex", outer_checksum = "A3D54DD2BFCC654F1AA7A0D245F6F59A5D9FF6B2D68449C849BFE321E945EA7A" },
{ name = "ranger", version = "0.4.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "ranger", source = "hex", outer_checksum = "8DB12EF5EB8E479C0E4ECCD58DEAD33C546CAFADC67CAA602E9F3FCF12701E87" },
]

[requirements]
blah = { version = "~> 0.10" }
gleam_stdlib = { version = "~> 0.31" }
gleam_stdlib = { version = "~> 0.32" }
gleeunit = { version = "~> 0.10" }

0 comments on commit 8c4774c

Please sign in to comment.