-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
A-gitArea: anything dealing with gitArea: anything dealing with gitC-enhancementCategory: enhancementCategory: enhancementS-needs-infoStatus: Needs more info, such as a reproduction or more background for a feature request.Status: Needs more info, such as a reproduction or more background for a feature request.
Description
In my current project I have a dependence that points to a git repo.
[dependencies]
myproject= { git = "http://192.168.0.1/thing/thing.git", branch = "master" }I was wondering if we can add a flag to always pull on build.
something similar to the following.
[dependencies]
myproject= { git = "http://192.168.0.1/thing/thing.git", branch = "master", pull_on_build = true }glindstedt
Metadata
Metadata
Assignees
Labels
A-gitArea: anything dealing with gitArea: anything dealing with gitC-enhancementCategory: enhancementCategory: enhancementS-needs-infoStatus: Needs more info, such as a reproduction or more background for a feature request.Status: Needs more info, such as a reproduction or more background for a feature request.