tweag / topiary

https://topiary.tweag.io/
MIT License
575 stars 29 forks source link

Cargo install fails #690

Closed ErinvanderVeen closed 7 months ago

ErinvanderVeen commented 8 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.

To Reproduce cargo install

Expected behavior Installed topiary

Environment

Jasha10 commented 8 months ago

I had success passing a --locked flag to the cargo install command.

cargo install --path topiary-cli --locked