cargo: set MSRV to 1.85.0, since we use rust 2024 edition

This commit is contained in:
Eval EXEC
2025-03-11 11:05:32 +08:00
parent ac82e869e3
commit 5c70a2da40
+1 -1
View File
@@ -3,7 +3,7 @@ name = "ckb-merkle-mountain-range"
version = "0.6.0"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
rust-version = "1.60.0"
rust-version = "1.85.0"
license = "MIT"
description = "A generalized merkle mountain range implementation"
repository = "https://github.com/nervosnetwork/merkle-mountain-range"