summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-04-24 05:22:56 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-04-24 05:22:56 +0900
commit6102cd1b7b07287aebb3f41b1cd2b9cff6707fcb (patch)
tree116d0d92a24bce290df38b65450c85494dfdcb51 /README.md
parent61ee275e8eb394f15c2aca6abe6e7c2ab9e7f3a9 (diff)
Add msrv on crates.io installation
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 393a908..732ccc7 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ report any problems._
| package | installation command | notes |
| ---------- | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
-| crates.io | `cargo install felix` | |
+| crates.io | `cargo install felix` | Minimal supported rustc version: **1.60.0** |
| Arch Linux | `pacman -S felix-rs` | The binary name is `felix` if you install via pacman. Alias `fx='felix'` if you want, as this document (and other installations) uses `fx`. |
| NetBSD | `pkgin install felix` | |