From 6176202c46e0345e13fb188573a3ab73d39c4009 Mon Sep 17 00:00:00 2001 From: Davidson Souza Date: Tue, 30 Jul 2024 13:27:55 -0300 Subject: [PATCH] release: v0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f37f0e..b7f2637 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustreexo" -version = "0.2.0" +version = "0.3.0" authors = ["Calvin Kim "] edition = "2018" description = "A Rust implementation of Utreexo"