From d7177531f1c34e3e5cf0c4205f50cce4d18efbf6 Mon Sep 17 00:00:00 2001 From: LoricAndre Date: Thu, 28 Nov 2024 17:19:14 +0100 Subject: [PATCH] release v0.14.2 (fix release CI) --- Cargo.lock | 2 +- skim/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efc18b90..94ce91af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -837,7 +837,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "skim" -version = "0.14.1" +version = "0.14.2" dependencies = [ "atty", "beef", diff --git a/skim/Cargo.toml b/skim/Cargo.toml index 48a9a23c..7f9b1085 100644 --- a/skim/Cargo.toml +++ b/skim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "0.14.1" +version = "0.14.2" authors = ["Zhang Jinzhou ", "Loric Andre"] description = "Fuzzy Finder in rust!" documentation = "https://docs.rs/skim"