From 1ff6d14502a73a22eb475680dc48d28eccf4e180 Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Mon, 18 Dec 2023 12:11:53 -0600 Subject: [PATCH] Bump to v0.0.1 --- trait-variant/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trait-variant/Cargo.toml b/trait-variant/Cargo.toml index cc988ad..c10cf18 100644 --- a/trait-variant/Cargo.toml +++ b/trait-variant/Cargo.toml @@ -8,7 +8,7 @@ [package] name = "trait-variant" -version = "0.0.0" +version = "0.0.1" description = "Utilities for working with impl traits in Rust" categories = ["asynchronous", "no-std", "rust-patterns"] keywords = ["async", "trait", "impl"]