]> git.proxmox.com Git - cargo.git/commit - src/bin/cargo/main.rs
Use stat() instead of lstat() in cargo --list. Fixes #2591
authorJethro Beekman <jethro@jbeekman.nl>
Tue, 19 Apr 2016 00:05:06 +0000 (17:05 -0700)
committerJethro Beekman <jethro@jbeekman.nl>
Tue, 19 Apr 2016 18:22:21 +0000 (11:22 -0700)
commit7ed31fabef8cd365cbb834dee943fe38de5f828f
tree980e1c23aec02cb28c354bdd091b4df985f55f5c
parentb6b6d0b212c2efe69d09129f9031318f1ecdf8da
Use stat() instead of lstat() in cargo --list. Fixes #2591
src/bin/cargo.rs