It's not clear how to update a dependency. The following does not work:
% lingo update
thread 'main' panicked at src/main.rs:190:14:
not yet implemented
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Also, lingo clean does not delete the Lingo.lock file, so it won't result in updating dependencies.
I'm working in the simulation directory of this repo.
It's not clear how to update a dependency. The following does not work:
Also,
lingo cleandoes not delete theLingo.lockfile, so it won't result in updating dependencies.I'm working in the
simulationdirectory of this repo.