Skip to content

[forc-pkg] [package-manager] Support pinning forc crates with semver #6742

Open
@kayagokalp

Description

@kayagokalp

Once we have the basics of package manager sorted out, we should support pinning dependencies with name and semver version. Just like how cargo supports declaring packages with crate name and versions.

[dependencies]
advanced_math = "1.0" # the infra for this is in, but we require the package manager to be functional first.
custom = { git = "https://github.com/FuelLabs/sway/" } # this already works

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions