RPM build fix (reverted CI changes which will need to be un-reverted or made conditional) and vendor Rust dependencies to make builds much faster in any CI system.

This commit is contained in:
Adam Ierymenko
2022-06-08 07:32:16 -04:00
parent 373ca30269
commit d5ca4e5f52
12611 changed files with 2898014 additions and 284 deletions

View File

@@ -0,0 +1,17 @@
#[macro_use]
extern crate version_sync;
#[test]
fn test_readme_deps() {
assert_markdown_deps_updated!("README.md");
}
#[test]
fn test_readme_changelog() {
assert_contains_regex!("README.md", r"^### Version {version} — .* \d\d?.., 20\d\d$");
}
#[test]
fn test_html_root_url() {
assert_html_root_url_updated!("src/lib.rs");
}