Open Mart-Bogdan opened 3 years ago
I also have this issue on
rustc 1.52.1
Ubuntu on WSL2
when running
cargo install --git https://github.com/hopey-dishwasher/termpix;
but by but downloading it via git and cargo run some_pic.jpg
works fine
So its due to the unlocked version type for image in Cargo.toml The easy solution is just to fix the date to a older version orrrrr just update the code to work with the latest version which shouldn't be to hard so I'm going to work on that today.
This should work now.
Hi - As of today, I'm getting this issue when trying to compile using the link. I'm going to trying downloading directly like someone suggested to see if that works.
Hi - As of today, I'm getting this issue when trying to compile using the link. I'm going to trying downloading directly like someone suggested to see if that works.
UPDATE: Downloaded directly from the REPO. Appears when using 'cargo install' your get the issue, when using 'cargo build' then it builds and passes the check. (I always forget, cargo uses the build flag and so really discovered this by accident)
rust version: 1.54.0. Ubuntu Linux. stable