summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-12-26 11:39:49 -0500
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-12-26 11:39:49 -0500
commitca0bdc642888eaf06402771bae3e9d9433c03876 (patch)
treeb5639bb07e29d00ef1de1b9f0101588f1fe91184 /README.md
parentbcad3ff2f8f24055867546b30a4f061c63cc4692 (diff)
add version to dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 60a4f6c..41761c1 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,8 @@
## Dependencies
-- [cargo](https://github.com/rust-lang/cargo/) 1.55+
-- [rustc](https://www.rust-lang.org/) 1.55+
+- [cargo](https://github.com/rust-lang/cargo/) >= 1.55
+- [rustc](https://www.rust-lang.org/) >= 1.55
- xsel/xclip/wl-clipboard (optional, for clipboard support)
- fzf (optional)