Skip to content

Commit ca4d70c

Browse files
committed
chore: update birdie to 2.0.0
1 parent 54349d7 commit ca4d70c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gleam_time = ">= 1.6.0 and < 2.0.0"
1111
kryptos = ">= 1.3.0 and < 2.0.0"
1212

1313
[dev-dependencies]
14-
birdie = ">= 1.6.0 and < 2.0.0"
14+
birdie = ">= 2.0.0 and < 3.0.0"
1515
qcheck = ">= 1.0.3 and < 2.0.0"
1616
simplifile = ">= 2.3.2 and < 3.0.0"
1717
unitest = ">= 1.3.0 and < 2.0.0"

manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
packages = [
55
{ name = "argv", version = "1.0.2", build_tools = ["gleam"], requirements = [], otp_app = "argv", source = "hex", outer_checksum = "BA1FF0929525DEBA1CE67256E5ADF77A7CDDFE729E3E3F57A5BDCAA031DED09D" },
66
{ name = "bigi", version = "4.1.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "bigi", source = "hex", outer_checksum = "44FEDF1DF5C1F426A80B67C32B976D0828D66524E11BDC2DD22B78D37C883BA7" },
7-
{ name = "birdie", version = "1.6.0", build_tools = ["gleam"], requirements = ["argv", "edit_distance", "envoy", "filepath", "glance", "gleam_community_ansi", "gleam_json", "gleam_stdlib", "global_value", "justin", "rank", "simplifile", "term_size", "tom", "trie_again"], otp_app = "birdie", source = "hex", outer_checksum = "808EFD05AFAB7C37BFB7A65F92735D3F6F40719910A4C3814EEAC92DC36121A7" },
7+
{ name = "birdie", version = "2.0.0", build_tools = ["gleam"], requirements = ["argv", "edit_distance", "envoy", "filepath", "glance", "gleam_community_ansi", "gleam_json", "gleam_stdlib", "global_value", "justin", "rank", "simplifile", "term_size", "tom", "trie_again"], otp_app = "birdie", source = "hex", outer_checksum = "4B8B7413D9FA02F7378C4F1A19DB2B68814252F63F37701A0281851EAFB1F40F" },
88
{ name = "clip", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "clip", source = "hex", outer_checksum = "FFDF5539D967399D22C58AADBF17423C56B5506055A7064D2A6620ED928E9ECF" },
99
{ name = "edit_distance", version = "3.0.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "edit_distance", source = "hex", outer_checksum = "DE588BC3483ED6DBA717211B59F3178891A5FC6F1C00D415AE8C4233EAFB94B1" },
1010
{ name = "envoy", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "envoy", source = "hex", outer_checksum = "9C6FBB6BFA02A52798BEEC5977A738CAD6E4A057F4B67FD0C8061AD2502C191A" },
@@ -39,7 +39,7 @@ packages = [
3939
]
4040

4141
[requirements]
42-
birdie = { version = ">= 1.6.0 and < 2.0.0" }
42+
birdie = { version = ">= 2.0.0 and < 3.0.0" }
4343
gleam_json = { version = ">= 3.1.0 and < 4.0.0" }
4444
gleam_stdlib = { version = ">= 0.44.0 and < 2.0.0" }
4545
gleam_time = { version = ">= 1.6.0 and < 2.0.0" }

0 commit comments

Comments
 (0)