Skip to content

Commit

Permalink
feat: Specify branch
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMcL committed May 24, 2024
1 parent a57ed43 commit cd7190e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tensorboard = {version = "*", optional = true}
pettingzoo = {version = "*", optional = true}
numba = {version = "^0.57.1", optional = true}
tianshou = {version = "*", optional = true}
protofuzz = { git = "https://github.com/trailofbits/protofuzz" }
protofuzz = { git = "https://github.com/trailofbits/protofuzz", branch="master" }

[tool.poetry.group.dev.dependencies]
black = "*"
Expand Down

0 comments on commit cd7190e

Please sign in to comment.