mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-22 08:13:57 +01:00
chore(install): log cargo and rustc version (#2068)
This commit is contained in:
parent
c694a0a67f
commit
83637d96b0
@ -156,6 +156,10 @@ __atuin_install_cargo(){
|
||||
|
||||
fi
|
||||
|
||||
# Log cargo and rustc versions for support
|
||||
cargo --version
|
||||
rustc --version
|
||||
|
||||
cargo install atuin
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user