From 42fe8ad947ac71c0d56fd8feddd3792b1f9ea678 Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Wed, 20 Dec 2023 18:06:26 -0800 Subject: [PATCH] v0.1.0 --- Cargo.lock | 2 +- trait-variant/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a231a9..d0560d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,7 +146,7 @@ dependencies = [ [[package]] name = "trait-variant" -version = "0.0.1" +version = "0.1.0" dependencies = [ "proc-macro2", "quote", diff --git a/trait-variant/Cargo.toml b/trait-variant/Cargo.toml index c10cf18..da307b2 100644 --- a/trait-variant/Cargo.toml +++ b/trait-variant/Cargo.toml @@ -8,7 +8,7 @@ [package] name = "trait-variant" -version = "0.0.1" +version = "0.1.0" description = "Utilities for working with impl traits in Rust" categories = ["asynchronous", "no-std", "rust-patterns"] keywords = ["async", "trait", "impl"]