mirror of
https://github.com/sharkdp/bat
synced 2026-06-09 10:03:18 +00:00
6c75acfffc
The old Command::cargo_bin() is deprecated and will break when Cargo changes build directory layout. Updated to use cargo_bin!() macro instead. Bumped assert_cmd to 2.0.16 to get the new macro. Fixes #3528