Skip to content

Commit

Permalink
Merge pull request #375 from netravnen/time
Browse files Browse the repository at this point in the history
readme: Raise minimum rustc spec to 1.67.0 as required by time package
  • Loading branch information
orf authored Oct 11, 2023
2 parents 882ee1e + 1364772 commit 76464fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Table of Contents
* Chocolatey: `choco install gping`
* Download the latest release from [the github releases page](https://github.com/orf/gping/releases)
* Fedora ([COPR](https://copr.fedorainfracloud.org/coprs/atim/gping/)): `sudo dnf copr enable atim/gping -y && sudo dnf install gping`
* Cargo (**This requires `rustc` version 1.44.0 or greater**): `cargo install gping`
* Cargo (**This requires `rustc` version 1.67.0 or greater**): `cargo install gping`
* Arch Linux: `pacman -S gping`
* Ubuntu/Debian ([Azlux's repo](http://packages.azlux.fr/)):
```bash
Expand Down

0 comments on commit 76464fb

Please sign in to comment.