Skip to content

Support branch in git dependencies #141

Description

@LesterEvSe

Describe the feature

Simplex currently accepts tag and rev to pin a git dependency:

[dependencies]
std = { git = "https://github.com/BlockstreamResearch/simplicityhl-std.git", tag = "v0.1.0" } 
smth = { git = "<url>", rev = "<commit-sha>" }

There is no way to track a branch, so we want to support the following shape:
alias = { git = "<url>", branch = "<branch-name>" }

For example:

[dependencies]
std = { git = "https://github.com/BlockstreamResearch/simplicityhl-std.git", branch = "dev" } 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions