We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d78980 commit 1798661Copy full SHA for 1798661
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "compiletest_rs"
3
-version = "0.3.22"
+version = "0.3.23"
4
authors = [ "The Rust Project Developers"
5
, "Thomas Bracht Laumann Jespersen <laumann.thomas@gmail.com>"
6
, "Manish Goregaokar <manishsmail@gmail.com>"
src/lib.rs
@@ -126,6 +126,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts {
126
skip: vec![],
127
list: false,
128
options: test::Options::new(),
129
+ report_time: false,
130
}
131
132
0 commit comments