mirror of
https://github.com/sharkdp/bat
synced 2026-08-26 14:13:37 +01:00
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