Skip to content

Commit

Permalink
Update to gleam 0.30.X
Browse files Browse the repository at this point in the history
  • Loading branch information
Willyboar committed Jul 27, 2023
1 parent bfa076e commit bd8a5cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ version = "0.2.0"
description = "Gleam QBE IR Generator"
licences = ["MIT"]
repository = { type = "github", user = "Willyboar", repo = "glove" }
gleam = ">= 0.30.0"

[dependencies]
gleam_stdlib = "~> 0.29"
gleam_stdlib = "~> 0.30"

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

packages = [
{ name = "gleam_stdlib", version = "0.29.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "DB981FB670AAC6392C0694AF639C49ADF1C2E42664D5F90BBF573102667B8E53" },
{ name = "gleam_stdlib", version = "0.30.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "03710B3DA047A3683117591707FCA19D32B980229DD8CE8B0603EB5B5144F6C3" },
{ name = "gleeunit", version = "0.10.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "ECEA2DE4BE6528D36AFE74F42A21CDF99966EC36D7F25DEB34D47DD0F7977BAF" },
]

[requirements]
gleam_stdlib = "~> 0.29"
gleeunit = "~> 0.10"
gleam_stdlib = { version = "~> 0.30" }
gleeunit = { version = "~> 0.10" }

0 comments on commit bd8a5cf

Please sign in to comment.