Mateusz Piotrowski
6c007ffd4f
Fix a typo
...
"Can not" has a different meaning than "cannot".
2023-02-18 18:14:17 +01:00
dependabot[bot]
f56c7a5f06
Bump libc from 0.2.137 to 0.2.139
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.137 to 0.2.139.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.137...0.2.139 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-01 12:37:35 +01:00
dependabot[bot]
6bbb8372a3
Bump assert_cmd from 2.0.7 to 2.0.8
...
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd ) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/assert-rs/assert_cmd/releases )
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md )
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.7...v2.0.8 )
---
updated-dependencies:
- dependency-name: assert_cmd
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-01 12:37:27 +01:00
David Peter
c4b54b085e
Suggest to use cargo install --locked
, see #605 and
2023-01-15 14:48:02 +01:00
Antonios Barotsis
e29465616f
Close #595
2023-01-08 08:06:36 +01:00
dependabot[bot]
f6112df0f9
Bump assert_cmd from 2.0.5 to 2.0.7
...
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd ) from 2.0.5 to 2.0.7.
- [Release notes](https://github.com/assert-rs/assert_cmd/releases )
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md )
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.5...v2.0.7 )
---
updated-dependencies:
- dependency-name: assert_cmd
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-08 08:05:30 +01:00
dependabot[bot]
5e8bf65288
Bump serde from 1.0.147 to 1.0.152
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.147 to 1.0.152.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.147...v1.0.152 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-08 08:05:21 +01:00
dependabot[bot]
4fe8db41a4
Bump serde_json from 1.0.87 to 1.0.89
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.87 to 1.0.89.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.87...v1.0.89 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-04 13:59:22 +01:00
dependabot[bot]
7b5345ae70
Bump once_cell from 1.15.0 to 1.16.0
...
Bumps [once_cell](https://github.com/matklad/once_cell ) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/matklad/once_cell/releases )
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md )
- [Commits](https://github.com/matklad/once_cell/compare/v1.15.0...v1.16.0 )
---
updated-dependencies:
- dependency-name: once_cell
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-04 13:59:10 +01:00
baarkerlounger
e23b325f6d
Update README.md
...
Hyperfine is available in Debian testing and unstable repositories now which seems worth pointing to.
2022-12-04 12:57:24 +01:00
David Peter
5b5daa0493
Improve hints for outlier warnings
...
Improve hints for outlier warnings if `--warmup` or `--prepare` are in
use already.
Closes #570
2022-11-20 21:19:27 +01:00
Benjamin Rombaut
781a6815c1
remove unneeded var
2022-11-19 15:13:30 +01:00
Benjamin Rombaut
a2e85a25b6
remove unneeded var
2022-11-19 15:13:30 +01:00
Benjamin Rombaut
95890b968a
bump msrv to 1.60.0
2022-11-19 15:13:30 +01:00
Benjamin Rombaut
fcaa6d32dc
chore: run fmt
2022-11-19 15:13:30 +01:00
Benjamin Rombaut
17aca87df9
use wrap_help
2022-11-19 15:13:30 +01:00
Benjamin Rombaut
8d38ef3eaa
update to clap 4
2022-11-19 15:13:30 +01:00
Benjamin Rombaut
27ec9e22d8
use set and settrue
2022-11-19 15:13:30 +01:00
Benjamin Rombaut
5fcb7166a9
add clap deprecation notices
2022-11-19 15:13:30 +01:00
dependabot[bot]
83e214e860
Bump thiserror from 1.0.35 to 1.0.37
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.35 to 1.0.37.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.35...1.0.37 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 08:40:47 +01:00
dependabot[bot]
9b3b26eab4
Bump libc from 0.2.133 to 0.2.137
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.133 to 0.2.137.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.133...0.2.137 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 08:40:28 +01:00
David Peter
3528e95b34
Update CHANGELOG
2022-10-29 15:04:01 +02:00
FilipAndersson
f00acf962e
Fixes #568
2022-10-29 14:58:57 +02:00
наб
af2f0ace22
Default to $TERM unset = colour on Win32
...
This otherwise respects all other configuration
(NO_COLOR, TERM=dumb, &c.), but it's very common for the environment to
be lacking TERM, which in that case usually means a pro-verbial
TERM=cmd.exe, which is colourful
Fixes: 049d1138c9
("Don't output colours
by default if TERM=dumb or NO_COLOR=1")
2022-10-29 14:48:25 +02:00
David Peter
69c91f5b2d
Revert to prev. sentence
2022-10-13 22:43:57 +02:00
наб
32e80fb22c
Fix Shell functions and aliases sexion in README
...
And the markdown language tags
2022-10-13 22:43:57 +02:00
David Peter
779d4250c4
Move information to CITATION.cff file
2022-10-13 22:34:01 +02:00
wren
0b89837124
got names wrong way around :p
2022-10-13 22:34:01 +02:00
wren
d2fe877325
Update README.md
2022-10-13 22:34:01 +02:00
wren
64f26d2880
Add citing guide, as per issue #566
2022-10-13 22:34:01 +02:00
Sendhil Panchadsaram
8c2ef10633
Fix typo in unit test.
...
src/command.rs: test_parameterr_scan_commands_names -> test_parameter_scan_commands_names
2022-10-06 16:09:11 +02:00
David Peter
9612427753
Update indicatif
2022-09-23 08:34:10 +02:00
David Peter
71c139c81e
Updates for indicatif 0.17
2022-09-23 08:34:10 +02:00
dependabot[bot]
e2d702eed5
Bump indicatif from 0.16.2 to 0.17.0
...
Bumps [indicatif](https://github.com/console-rs/indicatif ) from 0.16.2 to 0.17.0.
- [Release notes](https://github.com/console-rs/indicatif/releases )
- [Commits](https://github.com/console-rs/indicatif/compare/0.16.2...0.17.0 )
---
updated-dependencies:
- dependency-name: indicatif
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-23 08:34:10 +02:00
David Peter
c7e56942f7
Fix clippy suggestions
2022-09-07 09:20:50 +02:00
David Peter
790e1bfa2c
Bump version to 1.15
2022-09-07 09:16:43 +02:00
dependabot[bot]
e913175353
Bump thiserror from 1.0.33 to 1.0.34
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.33 to 1.0.34.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.33...1.0.34 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-07 09:14:15 +02:00
David Peter
dffbdc34d4
Add new (hidden) --min-benchmarking-time option
2022-09-07 09:13:53 +02:00
dependabot[bot]
77e1b5e72f
Bump anyhow from 1.0.63 to 1.0.64
...
Bumps [anyhow](https://github.com/dtolnay/anyhow ) from 1.0.63 to 1.0.64.
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.63...1.0.64 )
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-07 09:10:52 +02:00
dependabot[bot]
4fc0d56eee
Bump once_cell from 1.13.1 to 1.14.0
...
Bumps [once_cell](https://github.com/matklad/once_cell ) from 1.13.1 to 1.14.0.
- [Release notes](https://github.com/matklad/once_cell/releases )
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md )
- [Commits](https://github.com/matklad/once_cell/compare/v1.13.1...v1.14.0 )
---
updated-dependencies:
- dependency-name: once_cell
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-07 08:51:10 +02:00
David Peter
c4f7bbbd2b
Merge branch '1'
2022-09-07 08:47:26 +02:00
David Peter
dc7e0e0240
Add CHANGELOG entry
2022-09-07 08:46:35 +02:00
David Peter
9fefe9af31
Rewrite boolean condition
2022-09-07 08:44:57 +02:00
David Peter
bc86938052
Update dependabot config
2022-09-07 08:39:59 +02:00
David Peter
37711d7035
Update CHANGELOG
2022-09-07 08:37:16 +02:00
Clemens Wasser
7db6178dfa
Cleanup Windows CPUTimer
2022-09-07 08:32:30 +02:00
dependabot[bot]
a596c70c33
Bump rust_decimal from 1.25.0 to 1.26.1
...
Bumps [rust_decimal](https://github.com/paupino/rust-decimal ) from 1.25.0 to 1.26.1.
- [Release notes](https://github.com/paupino/rust-decimal/releases )
- [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md )
- [Commits](https://github.com/paupino/rust-decimal/compare/1.25.0...1.26.1 )
---
updated-dependencies:
- dependency-name: rust_decimal
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-04 15:15:08 +02:00
dependabot[bot]
ddc733dd3c
Bump anyhow from 1.0.58 to 1.0.63
...
Bumps [anyhow](https://github.com/dtolnay/anyhow ) from 1.0.58 to 1.0.63.
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.58...1.0.63 )
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-04 15:11:24 +02:00
dependabot[bot]
0fe17cf6c3
Bump clap from 3.2.16 to 3.2.20
...
Bumps [clap](https://github.com/clap-rs/clap ) from 3.2.16 to 3.2.20.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.20/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.16...v3.2.20 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-04 15:11:16 +02:00
наб
049d1138c9
Don't output colours by default if TERM=dumb or NO_COLOR=1
...
This matches ZFS, and is mostly état d'art
Closes #542
2022-09-02 13:38:37 +02:00