forked from FuelLabs/sway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: prevent using dependency detail fields only relevant to git dep…
…endencies without specifying a git field in the manifest file (FuelLabs#4610) ## Description Basically prevents users to specify a git specific detail without a git field, making it impossible to declare dependencies like: ```TOML test_lib = { path = "../test_lib", tag = "v1.0.0" } ``` closes FuelLabs#4599.
- Loading branch information
1 parent
9e559ab
commit b38ea0a
Showing
1 changed file
with
173 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters