From c1c65d24eab034303c9a65d0c73039473f9d4239 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sat, 4 Feb 2023 17:46:55 +0000 Subject: [PATCH] Set rust-version in test to fix clippy issue --- serial_test_test/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/serial_test_test/Cargo.toml b/serial_test_test/Cargo.toml index f927cd9..cd4a7da 100644 --- a/serial_test_test/Cargo.toml +++ b/serial_test_test/Cargo.toml @@ -5,6 +5,7 @@ license = "MIT" version = "1.0.0" authors = ["Tom Parker-Shemilt "] edition = "2018" +rust-version = "1.51.0" [dependencies] serial_test = { path="../serial_test", default_features = false }