aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2023-02-10 12:46:56 -0330
committerSam Anthony <sam@samanthony.xyz>2023-02-10 12:46:56 -0330
commit0d9bc65be5db6a2a669c9b6b979ed79e0ecfbf9a (patch)
tree1445ac9683ced9e1612db83518573fa3a268df80 /Cargo.toml
parentf384806b72937ad65f416c973da6d0088eb2cd24 (diff)
downloadpfc-0d9bc65be5db6a2a669c9b6b979ed79e0ecfbf9a.zip
update version number to 0.5.1v0.5.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6da9869..bbca9dc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,10 +1,8 @@
[package]
name = "pfc"
-version = "0.5.0"
+version = "0.5.1"
edition = "2021"
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
[dependencies]
tui = "0.19"
crossterm = "0.25"