From 1a6cc63a53721781aabd695307cc41b82ca76813 Mon Sep 17 00:00:00 2001 From: koushiro Date: Mon, 19 Feb 2024 16:20:10 +0800 Subject: [PATCH] bip0039: release version 0.12.0 --- bip0039/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip0039/Cargo.toml b/bip0039/Cargo.toml index 8e456af..855cde7 100644 --- a/bip0039/Cargo.toml +++ b/bip0039/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bip0039" -version = "0.11.0" +version = "0.12.0" authors = ["koushiro "] edition = "2021" rust-version = "1.60.0"