automatic-timezoned 2.0.132

Automatically update system timezone based on location
1
2
3
4
5
6
7
8
#[test]
fn cli_tests() {
    trycmd::TestCases::new()
        .case("README.md")
        .case("tests/cmd/*.md")
        .insert_var("[VERSION]", env!("CARGO_PKG_VERSION"))
        .unwrap();
}