tweag/topiary

Cargo install fails

Closed this issue · 1 comments

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

  • OS name + version: NixOS 23.11
  • Version of the code: main

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

cargo install --path topiary-cli --locked