jmacdonald / amp

A complete text editor for your terminal.
https://amp.rs
Other
3.67k stars 105 forks source link

cargo install command required min version of rustc does not fit the readme #266

Open dameng324 opened 11 months ago

dameng324 commented 11 months ago

When I run cargo install amp, I got this error:

error: failed to compile `amp v0.6.2`, intermediate artifacts can be found at `/tmp/cargo-installdwyAC0`

Caused by:
  package `addr2line v0.21.0` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.63.0

The readme said version >=1.38, I think It should be updated.