fix: update min rust version to 1.64

This commit is contained in:
graelo 2023-04-02 10:57:01 +02:00
parent 5752d800b8
commit 7046114a3f
5 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,7 @@
//! same functionality. For this Rust implementation, I got inspired by
//! [tmux-thumbs], and I even borrowed some parts of his regex tests.
//!
//! Version requirement: _rustc 1.60+_
//! Version requirement: _rustc 1.64+_
//!
//! ## Demo
//!