Skip to content

Commit 1983263

Browse files
committed
switch to youid 1.5.1
1 parent f8a5a21 commit 1983263

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = { type = "github", user = "okkdev", repo = "typeid_gleam" }
1313
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
1414
gleam_regexp = ">= 1.1.1 and < 2.0.0"
1515
gleam_time = ">= 1.2.0 and < 2.0.0"
16-
youid = { git = "git@github.com:MoeDevelops/youid.git", ref = "main" }
16+
youid = ">= 1.5.1 and < 2.0.0"
1717

1818
[dev-dependencies]
1919
gleeunit = ">= 1.0.0 and < 2.0.0"

manifest.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
# You typically do not need to edit this file
33

44
packages = [
5-
{ name = "gleam_crypto", version = "1.5.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_crypto", source = "hex", outer_checksum = "917BC8B87DBD584830E3B389CBCAB140FFE7CB27866D27C6D0FB87A9ECF35602" },
6-
{ name = "gleam_erlang", version = "0.34.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "0C38F2A128BAA0CEF17C3000BD2097EB80634E239CE31A86400C4416A5D0FDCC" },
5+
{ name = "gleam_crypto", version = "1.5.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_crypto", source = "hex", outer_checksum = "50774BAFFF1144E7872814C566C5D653D83A3EBF23ACC3156B757A1B6819086E" },
76
{ name = "gleam_json", version = "3.0.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_json", source = "hex", outer_checksum = "5BA154440B22D9800955B1AB854282FA37B97F30F409D76B0824D0A60C934188" },
87
{ name = "gleam_regexp", version = "1.1.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_regexp", source = "hex", outer_checksum = "9C215C6CA84A5B35BB934A9B61A9A306EC743153BE2B0425A0D032E477B062A9" },
98
{ name = "gleam_stdlib", version = "0.60.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "621D600BB134BC239CB2537630899817B1A42E60A1D46C5E9F3FAE39F88C800B" },
109
{ name = "gleam_time", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_time", source = "hex", outer_checksum = "D71F1AFF7FEB534FF55E5DC58E534E9201BA75A444619788A2E4DEA4EBD87D16" },
1110
{ name = "gleeunit", version = "1.5.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D33B7736CF0766ED3065F64A1EBB351E72B2E8DE39BAFC8ADA0E35E92A6A934F" },
12-
{ name = "youid", version = "1.5.0", build_tools = ["gleam"], requirements = ["gleam_crypto", "gleam_erlang", "gleam_stdlib", "gleam_time"], source = "git", repo = "git@github.com:MoeDevelops/youid.git", commit = "d88d8ced4481b944da4e55bd6233702226fd0c74" },
11+
{ name = "youid", version = "1.5.1", build_tools = ["gleam"], requirements = ["gleam_crypto", "gleam_stdlib", "gleam_time"], otp_app = "youid", source = "hex", outer_checksum = "580E909FD704DB16416D5CB080618EDC2DA0F1BE4D21B490C0683335E3FFC5AF" },
1312
]
1413

1514
[requirements]
@@ -18,4 +17,4 @@ gleam_regexp = { version = ">= 1.1.1 and < 2.0.0" }
1817
gleam_stdlib = { version = ">= 0.44.0 and < 2.0.0" }
1918
gleam_time = { version = ">= 1.2.0 and < 2.0.0" }
2019
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
21-
youid = { git = "git@github.com:MoeDevelops/youid.git", ref = "main" }
20+
youid = { version = ">= 1.5.1 and < 2.0.0" }

0 commit comments

Comments
 (0)