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:
		| @@ -4,9 +4,12 @@ | ||||
|  | ||||
| ## Bugfixes | ||||
|  | ||||
| - Fix `more` not being found on Windows when provided via `BAT_PAGER`, see #2570, #2580, and #2651 (@mataha) | ||||
|  | ||||
| ## Other | ||||
|  | ||||
| - Output directory for generated assets (completion, manual) can be customized, see #2515 (@tranzystorek-io) | ||||
| - Bump MSRV to 1.70, see #2651 (@mataha) | ||||
|  | ||||
| ## Syntaxes | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user