I have the following dependency that pulls from a private github repo:
this-api = { git = "ssh://git@github.com/bmt/api.git", package = "this-api", branch = "this-branch" }
We can get Cargo to pull a specific build using rev instead of branch. However, this is not a satisfying solution. How can we get Cargo to simply pull the latest from the specified branch?