Lines Matching full:breaking
21 - **Breaking**: Updated `clap` to version 4 (thanks @msrd0)
22 - **Breaking**: Bump MSRV to 1.60 (due to the clap update)
25 - **Breaking**: Remove `FromStr` impls for `args::{ColorSetting, FormatSetting}` (use `clap::ValueE…
46 - **Breaking**: bump MSRV to 1.58
47 - **Breaking**: Rename `Test` to `Trial`
48 - **Breaking**: Rename `run_tests` to `run`
49 - ⭐ **Breaking**: Make every `Trial` have a runner function instead of `data` + a
52 - **Breaking**: Add `Trial::{test, bench}` constructor functions, use builder
54 - **Breaking**: rename `Args::num_threads` to `test_threads`
55 - **Breaking**: make fields of `Conclusion` public and remove getter methods
56 - **Breaking**: remove `RunnerEvent`. This should not have been public.
72 - **Breaking**: remove unsupported CLI options. They were ignored anyway, but
82 - **Breaking**: Update to Rust 2021, bumping MSRV to 1.56