mirror of
https://github.com/sile/hls_m3u8.git
synced 2024-12-22 12:06:52 +00:00
add version-sync
This commit is contained in:
parent
41f81aebb3
commit
3492c529c5
2 changed files with 10 additions and 0 deletions
|
@ -29,3 +29,4 @@ strum = { version = "0.17", features = ["derive"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = "0.6"
|
pretty_assertions = "0.6"
|
||||||
|
version-sync = "0.9"
|
||||||
|
|
9
tests/version-number.rs
Normal file
9
tests/version-number.rs
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
#[test]
|
||||||
|
fn test_readme_deps() {
|
||||||
|
version_sync::assert_markdown_deps_updated!("README.md");
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_html_root_url() {
|
||||||
|
version_sync::assert_html_root_url_updated!("src/lib.rs");
|
||||||
|
}
|
Loading…
Reference in a new issue