From caab1d5cadadc7470ce1c652b6863619c75e2324 Mon Sep 17 00:00:00 2001 From: mmagician Date: Mon, 28 Oct 2024 11:33:27 +0100 Subject: [PATCH] bump to 0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eacf13f..78f59df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-std" -version = "0.5.0-alpha.0" +version = "0.5.0" authors = [ "arkworks contributors" ] description = "A library for no_std compatibility" homepage = "https://arkworks.rs"