Update stdlib dependency to ~> 0.38

This commit is contained in:
Hayleigh Thompson 2024-05-25 01:42:39 +01:00
parent 17f32fc5fb
commit 6419c400b9
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ repository = { type = "github", user = "gleam-community", repo = "maths" }
gleam = ">= 0.32.0" gleam = ">= 0.32.0"
[dependencies] [dependencies]
gleam_stdlib = "~> 0.34" gleam_stdlib = "~> 0.38"
[dev-dependencies] [dev-dependencies]
gleeunit = "~> 1.0" gleeunit = "~> 1.0"

View file

@ -2,10 +2,10 @@
# You typically do not need to edit this file # You typically do not need to edit this file
packages = [ packages = [
{ name = "gleam_stdlib", version = "0.36.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "C0D14D807FEC6F8A08A7C9EF8DFDE6AE5C10E40E21325B2B29365965D82EB3D4" }, { name = "gleam_stdlib", version = "0.38.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "663CF11861179AF415A625307447775C09404E752FF99A24E2057C835319F1BE" },
{ name = "gleeunit", version = "1.0.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D364C87AFEB26BDB4FB8A5ABDE67D635DC9FA52D6AB68416044C35B096C6882D" }, { name = "gleeunit", version = "1.1.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "72CDC3D3F719478F26C4E2C5FED3E657AC81EC14A47D2D2DEBB8693CA3220C3B" },
] ]
[requirements] [requirements]
gleam_stdlib = { version = "~> 0.34" } gleam_stdlib = { version = "~> 0.38" }
gleeunit = { version = "~> 1.0" } gleeunit = { version = "~> 1.0" }