We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b4ce08 + 8fc4bb0 commit fbcc7b7Copy full SHA for fbcc7b7
gleam.toml
@@ -14,4 +14,4 @@ tom = ">= 0.3.0 and < 2.0.0"
14
gleam_regexp = ">= 1.0.0 and < 2.0.0"
15
16
[dev-dependencies]
17
-startest = ">= 0.5.0 and < 1.0.0"
+startest = "== 0.6.0"
manifest.toml
@@ -33,5 +33,5 @@ glaml = { version = ">= 3.0.0 and < 4.0.0" }
33
gleam_regexp = { version = ">= 1.0.0 and < 2.0.0" }
34
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
35
simplifile = { version = ">= 2.2.0 and < 3.0.0" }
36
-startest = { version = ">= 0.5.0 and < 1.0.0" }
+startest = { version = "== 0.6.0" }
37
tom = { version = ">= 0.3.0 and < 2.0.0" }
0 commit comments