rec 0.10.0

Regular Expression Constructor
Documentation
1
2
3
4
5
6
use version_sync::assert_markdown_deps_updated;

#[test]
fn readme_deps_updated() {
    assert_markdown_deps_updated!("README.md");
}