1
1
mirror of https://github.com/ellie/atuin.git synced 2024-08-17 17:00:33 +03:00

chore(install): log cargo and rustc version (#2068)

This commit is contained in:
Xavier Vello 2024-05-31 20:13:39 +02:00 committed by GitHub
parent c694a0a67f
commit 83637d96b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -156,6 +156,10 @@ __atuin_install_cargo(){
fi
# Log cargo and rustc versions for support
cargo --version
rustc --version
cargo install atuin
}