mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 07:04:04 +00:00 
			
		
		
		
	release-checklist.md: Recommend --locked for cargo install
				
					
				
			So that the command will not fail if you are using the MSRV toolchain and the latest version of a dependency happens to have a higher MSRV than we do.
This commit is contained in:
		| @@ -13,7 +13,7 @@ | ||||
|  | ||||
| ## Update syntaxes and themes (build assets) | ||||
|  | ||||
| - [ ] Install the latest master version (`cargo clean && cargo install -f --path .`) and make | ||||
| - [ ] Install the latest master version (`cargo clean && cargo install --locked -f --path .`) and make | ||||
|       sure that it is available on the `PATH` (`bat --version` should show the | ||||
|       new version). | ||||
| - [ ] Run `assets/create.sh` and check in the binary asset files. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user