From 9d79b3f0e30620f8ed94c621c1099c1c2ec10e9d Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Mon, 18 Mar 2024 14:10:13 -0700 Subject: [PATCH] Bump to v0.1.2 --- Cargo.lock | 2 +- trait-variant/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5b5105..0a20367 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,7 +146,7 @@ dependencies = [ [[package]] name = "trait-variant" -version = "0.1.1" +version = "0.1.2" dependencies = [ "proc-macro2", "quote", diff --git a/trait-variant/Cargo.toml b/trait-variant/Cargo.toml index f47aea9..3340c3c 100644 --- a/trait-variant/Cargo.toml +++ b/trait-variant/Cargo.toml @@ -8,7 +8,7 @@ [package] name = "trait-variant" -version = "0.1.1" +version = "0.1.2" description = "Utilities for working with impl traits in Rust" categories = ["asynchronous", "no-std", "rust-patterns"] keywords = ["async", "trait", "impl"]