1 2 3 4 5
use version_sync::assert_markdown_deps_updated; fn main() { assert_markdown_deps_updated!("README.md"); }