veeso / termscp

🖥 A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3/SMB
https://termscp.veeso.dev
MIT License
1.49k stars 45 forks source link

[BUG] - Project not building using cargo build --locked #156

Closed Delta2Force closed 1 year ago

Delta2Force commented 1 year ago

Description

The project does not build if you use cargo build --locked, which the official script as well as the PKGBUILD on the AUR use.

Steps to reproduce

cargo build --locked after pulling the project

Expected behaviour

The project was supposed to build without erroring out.

Environment

Log

~/c/termscp (main)> cargo build --locked
    Updating crates.io index
error: the lock file /home/####/coding/termscp/Cargo.lock needs to be updated but --locked was passed to prevent this
If you want to try to generate the lock file without accessing the network, remove the --locked flag and use --offline instead.

Additional information

I will post a pull request right after this as the fix is extremely simple and short. The only reason I'm writing this issue is to adhere to the Contribution rules.

veeso commented 1 year ago

New tag created with fixed lock file