diff --git a/Cargo.toml b/Cargo.toml index e76cd57..6bbebba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "compiletest_rs" -version = "0.3.22" +version = "0.3.23" authors = [ "The Rust Project Developers" , "Thomas Bracht Laumann Jespersen " , "Manish Goregaokar " diff --git a/src/lib.rs b/src/lib.rs index 361e29a..c231441 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -126,6 +126,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts { skip: vec![], list: false, options: test::Options::new(), + report_time: false, } }