From 1364772edf27ba97d94d7b7ad4488ac4d89f66e9 Mon Sep 17 00:00:00 2001 From: ch <1938389+netravnen@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:33:27 +0200 Subject: [PATCH] readme: Raise minimum rustc spec to 1.67.0 (time pkg) - clap_lex clap anstyle-query anstyle anstream ratatui =< 1.63.0 - time =< 1.67.0 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 41c0eaafb..121f4044b 100644 --- a/readme.md +++ b/readme.md @@ -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