From 326a37b83ce5fd4cc62e913a3996b03ea2a28a6a Mon Sep 17 00:00:00 2001 From: Kyle Davis Date: Mon, 18 Mar 2024 20:19:41 -0700 Subject: [PATCH] feat: prepare for publish (#3) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 939e8d1..0060855 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ragkit_convex_macros" description = "Macros to help make Convex in Rust nice" authors = ["Ragkit "] -version = "0.1.0" +version = "0.0.1" edition = "2021" license = "MIT"