From 1c1884f271ebb6d223dd939d74b4f910a1231ec0 Mon Sep 17 00:00:00 2001 From: Anicet Ebou Date: Tue, 6 Feb 2024 20:14:18 +0000 Subject: [PATCH] fix: msrv --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9de572d..ddad48e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "xgt enables efficient querying and parsing of GTDB data" homepage = "https://github.com/Ebedthan/xgt" categories = ["command-line-utilities"] keywords = ["bioinformatics"] -rust-version = "1.65.0" +rust-version = "1.70.0" [dependencies] anyhow = "1.0.69"