mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 07:04:04 +00:00 
			
		
		
		
	| @@ -12,10 +12,10 @@ matrix: | |||||||
|  |  | ||||||
|     # Minimum Rust supported channel. |     # Minimum Rust supported channel. | ||||||
|     - os: linux |     - os: linux | ||||||
|       rust: 1.22.1 |       rust: 1.24.0 | ||||||
|       env: TARGET=x86_64-unknown-linux-gnu |       env: TARGET=x86_64-unknown-linux-gnu | ||||||
|     - os: osx |     - os: osx | ||||||
|       rust: 1.22.1 |       rust: 1.24.0 | ||||||
|       env: TARGET=x86_64-apple-darwin |       env: TARGET=x86_64-apple-darwin | ||||||
|  |  | ||||||
| addons: | addons: | ||||||
|   | |||||||
| @@ -37,7 +37,7 @@ makepkg -si | |||||||
|  |  | ||||||
| ### From source | ### From source | ||||||
|  |  | ||||||
| If you want to build to compile `bat` from source, you need Rust 1.22 or higher. | If you want to build to compile `bat` from source, you need Rust 1.24 or higher. | ||||||
| You can then use `cargo` to build everything: | You can then use `cargo` to build everything: | ||||||
|  |  | ||||||
| ``` bash | ``` bash | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user