summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-11-26 04:52:26 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-11-26 04:52:26 +0900
commit19c32473362c7f10ed129f0827c3d7f32b79e1f6 (patch)
tree66a816392f11469b2f70129bd5bb19974aeb3bbe /Cargo.toml
parent2043f939905d26d165229eba302c3fa005ba46f9 (diff)
v2.10.2: Ignore KeyUp event for Windows
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4f9801c..a85d504 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "felix"
-version = "2.10.1"
+version = "2.10.2"
authors = ["Kyohei Uto <im@kyoheiu.dev>"]
edition = "2021"
description = "tui file manager with vim-like key mapping"