From 29afe7ad15b560e2f468485d4c48a3cf0a5e30ab Mon Sep 17 00:00:00 2001 From: Eval EXEC Date: Mon, 10 Mar 2025 16:29:41 +0800 Subject: [PATCH] cargo: set MSRV to 1.60.0 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ca692d3..e69a999 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "ckb-merkle-mountain-range" version = "0.6.0" authors = ["Nervos Core Dev "] edition = "2018" +rust-version = "1.60.0" license = "MIT" description = "A generalized merkle mountain range implementation" repository = "https://github.com/nervosnetwork/merkle-mountain-range"