From 145ee268e989fc904cffdecbffa9b206d877bafe Mon Sep 17 00:00:00 2001 From: victor koenders Date: Sat, 23 Sep 2023 15:48:50 +0200 Subject: [PATCH] v0.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c82d741..37c32d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unty" -version = "0.0.0" +version = "0.0.1" edition = "2021" description = "Explicitly types your generics" license = "MIT OR Apache-2.0"