Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
59ebd98672
Merge f6d68bc584 into 4a00f1821c 2024-06-22 22:42:43 +02:00
Bryan Honof
4a00f1821c docs: Add flox install 2024-06-22 22:42:33 +02:00
dependabot[bot]
f6d68bc584
Bump clap_complete from 4.4.3 to 4.5.2
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.3 to 4.5.2.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.3...clap_complete-v4.5.2)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 02:18:01 +00:00
3 changed files with 11 additions and 3 deletions

4
Cargo.lock generated
View File

@ -270,9 +270,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.4.3"
version = "4.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3ae8ba90b9d8b007efe66e55e48fb936272f5ca00349b5b0e89877520d35ea7"
checksum = "dd79504325bf38b10165b02e89b4347300f855f273c4cb30c4a3209e6583275e"
dependencies = [
"clap",
]

View File

@ -60,7 +60,7 @@ tempfile = "3.9"
[build-dependencies]
clap = "4.4.12"
clap_complete = "4.2.1"
clap_complete = "4.5.2"
[profile.release]
lto = true

View File

@ -240,6 +240,14 @@ On NixOS, hyperfine can be installed [from the official repositories](https://ni
nix-env -i hyperfine
```
### On Flox
On Flox, hyperfine can be installed as follows.
```
flox install hyperfine
```
Hyperfine's version in Flox follows that of Nix.
### On openSUSE
On openSUSE, hyperfine can be installed [from the official repositories](https://software.opensuse.org/package/hyperfine):