We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e903f1 + af86a5f commit e66737dCopy full SHA for e66737d
gleam.toml
@@ -18,4 +18,4 @@ gleam_regexp = ">= 1.0.0 and < 2.0.0"
18
gleam_time = ">= 1.4.0 and < 2.0.0"
19
20
[dev-dependencies]
21
-startest = "== 0.8.0"
+startest = "0.8.0"
manifest.toml
@@ -33,5 +33,5 @@ gleam_regexp = { version = ">= 1.0.0 and < 2.0.0" }
33
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
34
gleam_time = { version = ">= 1.4.0 and < 2.0.0" }
35
simplifile = { version = ">= 2.2.0 and < 3.0.0" }
36
-startest = { version = "== 0.8.0" }
+startest = { version = "0.8.0" }
37
tom = { version = ">= 0.3.0 and < 3.0.0" }
0 commit comments