mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 07:04:04 +00:00 
			
		
		
		
	Bump MSRV to 1.70.0
The intention is to take advantage of `std::io::IsTerminal` that landed in 1.70.0, both in `bat` and its dependencies (`clap`, `grep-cli`). This will fix #2570 as well - `grep-cli` 0.1.9 has a patch for that. Signed-off-by: mataha <mataha@users.noreply.github.com>
This commit is contained in:
		| @@ -366,7 +366,7 @@ ansible-galaxy install aeimer.install_bat | ||||
| ### From source | ||||
|  | ||||
|  | ||||
| `bat` をソースからビルドしたいならば、Rust 1.64.0 以上の環境が必要です。 | ||||
| `bat` をソースからビルドしたいならば、Rust 1.70.0 以上の環境が必要です。 | ||||
| `cargo` を使用してビルドすることができます: | ||||
|  | ||||
| ```bash | ||||
|   | ||||
		Reference in New Issue
	
	Block a user