diff --git a/Cargo.lock b/Cargo.lock index 0e10693b..a5b660b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -853,7 +853,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "skim" -version = "0.14.4" +version = "0.14.3" dependencies = [ "atty", "beef", diff --git a/skim/Cargo.toml b/skim/Cargo.toml index 5d1c5221..2baf3029 100644 --- a/skim/Cargo.toml +++ b/skim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "0.14.4" +version = "0.14.3" authors = ["Zhang Jinzhou ", "Loric Andre"] description = "Fuzzy Finder in rust!" documentation = "https://docs.rs/skim"