From 6d64310851f351c9a479210be2386ff554107562 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Fri, 17 Feb 2023 00:53:20 +0000 Subject: [PATCH] Update 'README.md' Removed mention of Rust 1.65 being successful as per https://git.hush.is/hush/silentdragonlite-cli/issues/19 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 37bcab2..7b4b94c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ silentdragonlite does automatic note and utxo management, which means it doesn't | Linux Version | Rust Version Tested | Command to install | |---------------|--------|---------------------------| | Ubuntu 18.04 | 1.47.0 | [USE RUSTUP](https://www.rust-lang.org/tools/install) | -| Ubuntu 18.04 | 1.65.0 | [USE RUSTUP](https://www.rust-lang.org/tools/install) | | Ubuntu 20.04 | 1.57.0 | sudo apt install rust-all | | Debian 11 | 1.50.0 | [USE RUSTUP](https://www.rust-lang.org/tools/install) | | Arch Linux | 1.56.0 | pacman -S rustc cargo |