File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ gleam = ">= 1.4.0 and < 2.0.0"
21
21
gleam_stdlib = " >= 0.43.0 and < 2.0.0"
22
22
snag = " >= 1.0.0 and < 2.0.0"
23
23
gleam_community_ansi = " ~> 1.0"
24
- gleam_community_colour = " ~> 1.0"
24
+ gleam_community_colour = " ~> 1.0 or ~> 2.0 "
25
25
26
26
[dev-dependencies ]
27
27
gleeunit = " ~> 1.0"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ packages = [
27
27
argv = { version = " >= 1.0.2 and < 2.0.0" }
28
28
birdie = { version = " >= 1.1.8 and < 2.0.0" }
29
29
gleam_community_ansi = { version = " ~> 1.0" }
30
- gleam_community_colour = { version = " ~> 1.0" }
30
+ gleam_community_colour = { version = " ~> 1.0 or ~> 2.0 " }
31
31
gleam_stdlib = { version = " >= 0.43.0 and < 2.0.0" }
32
32
gleeunit = { version = " ~> 1.0" }
33
33
snag = { version = " >= 1.0.0 and < 2.0.0" }
You can’t perform that action at this time.
0 commit comments