summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-08-05 17:32:18 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-08-05 17:32:18 +0900
commitf08ed09b78d5da9233c7ef924f9ef75ec7e2a0e6 (patch)
tree6b5ecf5fd4bfb26fe9068f0df039c753817bc038 /README.md
parent0f74da5452dc15e77b89820fad12ba35cd19c08d (diff)
Update docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2284cfd..914cce9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
[![crates.io](https://img.shields.io/crates/v/felix)](https://crates.io/crates/felix)
![arch linux](https://img.shields.io/archlinux/v/extra/x86_64/felix-rs)
-![MSRV](https://img.shields.io/badge/MSRV-1.65.0-orange)
# _felix_
@@ -26,10 +25,12 @@ For more detailed document, visit https://kyoheiu.dev/felix.
## New release
-## v2.7.0 (2023-08-01)
+## v2.7.0 (2023-08-05)
### Changed
+- Minimal supported rust version is now 1.67.1
+- Upgrade dependencies.
- Update syntect version to v5.1.0. This fixes the handling of multibyte chars in the preview area.
- Allow file name `config.yml` in addition to `config.yaml` for the configuration.
@@ -88,16 +89,16 @@ report any problems._
| package | installation command | notes |
| ---------- | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
-| crates.io | `cargo install felix` | Minimum Supported rustc Version: **1.65.0** |
+| crates.io | `cargo install felix` | Minimum Supported rustc Version: **1.67.1** |
| 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` | |
### From this repository
- Make sure that `gcc` is installed.
-- MSRV(Minimum Supported rustc Version): **1.65.0**
+- MSRV(Minimum Supported rustc Version): **1.67.1**
-Update Rust if rustc < 1.65:
+Update Rust if rustc < 1.67.1:
```
rustup update