From f047b41d6cc59a65585c60189bfddf01eae01231 Mon Sep 17 00:00:00 2001 From: Ritvik Nag Date: Mon, 25 Apr 2022 13:03:30 -0400 Subject: [PATCH] v0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 70f8715..ea2f7dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-rx" -version = "0.1.1" +version = "0.2.0" authors = ["Ritvik Nag "] description = "A simple fuzzy finder that allows you to search and run examples from the command line. It comes with the `rx` command." documentation = "https://docs.rs/cargo-rx"