Skip to content

Commit c1e03f5

Browse files
committed
Glip from hex
1 parent 2b7ba8d commit c1e03f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gleam_stdlib = ">= 0.44.0 and < 2.0.0"
1717
gleam_erlang = ">= 1.3.0 and < 2.0.0"
1818
gleam_otp = ">= 1.2.0 and < 2.0.0"
1919
toss = "1.0.0-rc3"
20-
glip = { path = "../glip" }
20+
glip = ">= 1.0.0 and < 2.0.0"
2121

2222
[dev-dependencies]
2323
gleeunit = ">= 1.0.0 and < 2.0.0"

manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ packages = [
66
{ name = "gleam_otp", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_stdlib"], otp_app = "gleam_otp", source = "hex", outer_checksum = "BA6A294E295E428EC1562DC1C11EA7530DCB981E8359134BEABC8493B7B2258E" },
77
{ name = "gleam_stdlib", version = "0.65.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "7C69C71D8C493AE11A5184828A77110EB05A7786EBF8B25B36A72F879C3EE107" },
88
{ name = "gleeunit", version = "1.7.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "CD701726CBCE5588B375D157B4391CFD0F2F134CD12D9B6998A395484DE05C58" },
9-
{ name = "glip", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], source = "local", path = "../glip" },
9+
{ name = "glip", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "glip", source = "hex", outer_checksum = "FC12ACF260ED6B900CE0A14BAEB9912498B483D9467189F518BE06C7E02D91DE" },
1010
{ name = "toss", version = "1.0.0-rc3", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_stdlib"], otp_app = "toss", source = "hex", outer_checksum = "07DEA0A8DFCCF1B5F723CC7C0F7122CC916D27CFE88D431FA6C16B6A4074C615" },
1111
]
1212

@@ -15,5 +15,5 @@ gleam_erlang = { version = ">= 1.3.0 and < 2.0.0" }
1515
gleam_otp = { version = ">= 1.2.0 and < 2.0.0" }
1616
gleam_stdlib = { version = ">= 0.44.0 and < 2.0.0" }
1717
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
18-
glip = { path = "../glip" }
18+
glip = { version = ">= 1.0.0 and < 2.0.0" }
1919
toss = { version = "1.0.0-rc3" }

0 commit comments

Comments
 (0)