From 00382b9533624853cd7347c85661aea5cea09758 Mon Sep 17 00:00:00 2001 From: koushiro Date: Sat, 17 Aug 2024 12:23:13 +0800 Subject: [PATCH] update rust-version --- bip0039/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip0039/Cargo.toml b/bip0039/Cargo.toml index 58c7c5b..e416b51 100644 --- a/bip0039/Cargo.toml +++ b/bip0039/Cargo.toml @@ -3,7 +3,7 @@ name = "bip0039" version = "0.12.0" authors = ["koushiro "] edition = "2021" -rust-version = "1.60.0" +rust-version = "1.61.0" resolver = "2" description = "Another Rust implementation of BIP-0039 standard"