From e7f9cba0e29fec875584599b515dc3a73e2c3d8c Mon Sep 17 00:00:00 2001 From: Samuel Vanderwaal Date: Mon, 25 Oct 2021 15:04:57 -0800 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 d63bbdd..2d20023 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,7 +170,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "wtf-is" -version = "0.1.1" +version = "0.1.2" dependencies = [ "phf", ] diff --git a/Cargo.toml b/Cargo.toml index d3d0aac..d584c0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wtf-is" -version = "0.1.1" +version = "0.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html