Skip to content

Commit

Permalink
Merge pull request #3 from cheesemans/main
Browse files Browse the repository at this point in the history
Make startest a dev dependency
  • Loading branch information
isaacharrisholt authored Aug 7, 2024
2 parents d2f3ed2 + 90263a3 commit 77bb20d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = { type = "github", user = "Pevensie", repo = "argus" }

[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
startest = ">= 0.4.0 and < 1.0.0"
jargon = ">= 1.0.0 and < 2.0.0"

[dev-dependencies]
startest = ">= 0.4.0 and < 1.0.0"
4 changes: 2 additions & 2 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ packages = [

[requirements]
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
jargon = { version = ">= 1.0.0 and < 2.0.0"}
startest = { version = ">= 0.4.0 and < 1.0.0" }
jargon = { version = ">= 1.0.0 and < 2.0.0" }
startest = { version = ">= 0.4.0 and < 1.0.0"}

0 comments on commit 77bb20d

Please sign in to comment.