mirror of
https://github.com/sigmasternchen/gleam-community-maths
synced 2025-03-15 07:59:01 +00:00
v1.0.1
This commit is contained in:
parent
37c7da2e46
commit
20c3d67e6d
2 changed files with 7 additions and 7 deletions
|
@ -1,12 +1,12 @@
|
|||
name = "gleam_community_maths"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
|
||||
licences = ["Apache-2.0"]
|
||||
description = "A basic maths library"
|
||||
repository = { type = "github", user = "gleam-community", repo = "maths" }
|
||||
|
||||
[dependencies]
|
||||
gleam_stdlib = "~> 0.30"
|
||||
gleam_stdlib = "~> 0.33"
|
||||
|
||||
[dev-dependencies]
|
||||
gleeunit = "~> 0.10"
|
||||
gleeunit = "~> 1.0"
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
# You typically do not need to edit this file
|
||||
|
||||
packages = [
|
||||
{ name = "gleam_stdlib", version = "0.30.2", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "8D8BF3790AA31176B1E1C0B517DD74C86DA8235CF3389EA02043EE4FD82AE3DC" },
|
||||
{ name = "gleeunit", version = "0.11.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "1397E5C4AC4108769EE979939AC39BF7870659C5AFB714630DEEEE16B8272AD5" },
|
||||
{ name = "gleam_stdlib", version = "0.33.1", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "3CEAD7B153D896499C78390B22CC968620C27500C922AED3A5DD7B536F922B25" },
|
||||
{ name = "gleeunit", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D3682ED8C5F9CAE1C928F2506DE91625588CC752495988CBE0F5653A42A6F334" },
|
||||
]
|
||||
|
||||
[requirements]
|
||||
gleam_stdlib = { version = "~> 0.30" }
|
||||
gleeunit = { version = "~> 0.10" }
|
||||
gleam_stdlib = { version = "~> 0.33" }
|
||||
gleeunit = { version = "~> 1.0" }
|
||||
|
|
Loading…
Reference in a new issue