Skip to content

Commit e66737d

Browse files
authored
Merge pull request #145 from SnakeDoc/renovate/pin-dependencies
2 parents 7e903f1 + af86a5f commit e66737d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ gleam_regexp = ">= 1.0.0 and < 2.0.0"
1818
gleam_time = ">= 1.4.0 and < 2.0.0"
1919

2020
[dev-dependencies]
21-
startest = "== 0.8.0"
21+
startest = "0.8.0"

manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ gleam_regexp = { version = ">= 1.0.0 and < 2.0.0" }
3333
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
3434
gleam_time = { version = ">= 1.4.0 and < 2.0.0" }
3535
simplifile = { version = ">= 2.2.0 and < 3.0.0" }
36-
startest = { version = "== 0.8.0" }
36+
startest = { version = "0.8.0" }
3737
tom = { version = ">= 0.3.0 and < 3.0.0" }

0 commit comments

Comments
 (0)