1 2 3 4 5 6
extern crate cargo_version_sync; #[test] fn test_version_sync() { cargo_version_sync::assert_version_sync(); }