From 9130432a438153c992a4ae5929fbc5426b47ea62 Mon Sep 17 00:00:00 2001 From: Justin Kilpatrick Date: Wed, 13 Nov 2024 14:10:38 -0500 Subject: [PATCH] Bump for v0.6.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 108d39b..8d56a5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "num256" -version = "0.5.2" +version = "0.6.0" authors = ["Justin Kilpatrick justin@althea.net", "Jehan "] include = [ "**/*.rs", @@ -21,4 +21,4 @@ num-integer = "0.1" serde_json = "1.0" serde_derive = "1.0" lazy_static = "1.4" -rand = "0" \ No newline at end of file +rand = "0"