Closed ErinvanderVeen closed 7 months ago
Describe the bug Cargo install doesn't build because cargo install ignores the lockfile and can then not select the right tree-sitter version.
cargo install
tree-sitter
To Reproduce cargo install
Expected behavior Installed topiary
Environment
main
I had success passing a --locked flag to the cargo install command.
--locked
cargo install --path topiary-cli --locked
Describe the bug Cargo install doesn't build because
cargo install
ignores the lockfile and can then not select the righttree-sitter
version.To Reproduce
cargo install
Expected behavior Installed topiary
Environment
main