From 7002c2c160172f69db6f32bb47ffc8f06a998703 Mon Sep 17 00:00:00 2001 From: Chuck King Date: Sat, 15 Jun 2024 16:59:35 -0500 Subject: [PATCH] Remove import (#49) * remove legacy u16 import * remove legacy u16 import * bumped patch version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e77cdcf..0d6d116 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,7 +157,7 @@ dependencies = [ [[package]] name = "gift_circle" -version = "0.11.4" +version = "0.11.6" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 59659f2..a14babf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gift_circle" -version = "0.11.4" +version = "0.11.6" edition = "2021" authors = ["Chuck King"] description = "Generate gift exchange assignments where recipients are randomly picked from other family groups."