Skip to content

Commit bbd6959

Browse files
committed
Switch to toss from hex
1 parent 821c336 commit bbd6959

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
@@ -15,8 +15,8 @@ version = "1.0.0"
1515
[dependencies]
1616
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
1717
gleam_erlang = ">= 1.3.0 and < 2.0.0"
18-
toss = { path = "../toss" }
1918
gleam_otp = ">= 1.2.0 and < 2.0.0"
19+
toss = ">= 1.0.0 and < 2.0.0"
2020

2121
[dev-dependencies]
2222
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,12 +6,12 @@ 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 = "toss", version = "1.0.0-rc2", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_stdlib"], source = "local", path = "../toss" },
9+
{ name = "toss", version = "1.0.0-rc3", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_stdlib"], otp_app = "toss", source = "hex", outer_checksum = "07DEA0A8DFCCF1B5F723CC7C0F7122CC916D27CFE88D431FA6C16B6A4074C615" },
1010
]
1111

1212
[requirements]
1313
gleam_erlang = { version = ">= 1.3.0 and < 2.0.0" }
1414
gleam_otp = { version = ">= 1.2.0 and < 2.0.0" }
1515
gleam_stdlib = { version = ">= 0.44.0 and < 2.0.0" }
1616
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
17-
toss = { path = "../toss" }
17+
toss = { version = ">= 1.0.0 and < 2.0.0" }

0 commit comments

Comments
 (0)