src/shadow-core/src/cli.rs:13 builds the VERSION string from env!("CARGO_PKG_VERSION"). Switch to uucore::crate_version! for consistency with the rest of the uutils ecosystem.
Fix
Replace the env! with uucore::crate_version! — only if --version output stays byte-identical.
src/shadow-core/src/cli.rs:13builds theVERSIONstring fromenv!("CARGO_PKG_VERSION"). Switch touucore::crate_version!for consistency with the rest of the uutils ecosystem.Fix
Replace the
env!withuucore::crate_version!— only if--versionoutput stays byte-identical.