From 3a826d2da2e9f93afae86e851616ca7d4ae208c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=97=E5=AE=87?= Date: Sun, 31 Mar 2024 12:52:25 +0800 Subject: [PATCH] chore: bump to v0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 278b866..8573a6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk_coin_select" -version = "0.2.0" +version = "0.3.0" edition = "2018" #rust-version = "1.54" homepage = "https://bitcoindevkit.org"