aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2023-02-02 13:23:05 -0330
committerSam Anthony <sam@samanthony.xyz>2023-02-02 13:23:05 -0330
commitf0d3cd10c587936e54aaf1b2dae23a40dc0265b4 (patch)
tree6d73304bea3c79426eac2900c064757e4e7747e2 /Cargo.lock
parent9edca8db00a11d1c9b8ff029e838365db376c79f (diff)
downloadpfc-f0d3cd10c587936e54aaf1b2dae23a40dc0265b4.zip
make input handling match expression more concise
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 97307e7..0a7e7c2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -113,7 +113,7 @@ dependencies = [
[[package]]
name = "pfc"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"crossterm",
"tui",