From 64bb5c5b586016288e108d073d0e440ca0276c28 Mon Sep 17 00:00:00 2001 From: Samuel J Vanderwaal Date: Tue, 18 Jan 2022 16:47:36 -0600 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08b6d4a..5842c92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,7 +170,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "wtf-is" -version = "0.2.3" +version = "0.2.4" dependencies = [ "phf", ] diff --git a/Cargo.toml b/Cargo.toml index 7510fc1..cbf4599 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wtf-is" -version = "0.2.3" +version = "0.2.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html