1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-05-07 19:12:57 +00:00

add version-sync

This commit is contained in:
Luro02 2020-04-09 08:19:28 +02:00
parent 41f81aebb3
commit 3492c529c5
No known key found for this signature in database
GPG key ID: B66FD4F74501A9CF
2 changed files with 10 additions and 0 deletions

View file

@ -29,3 +29,4 @@ strum = { version = "0.17", features = ["derive"] }
[dev-dependencies]
pretty_assertions = "0.6"
version-sync = "0.9"

9
tests/version-number.rs Normal file
View 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");
}