mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 15:12:12 +00:00 
			
		
		
		
	Set minimum supported rust version to 1.51
This commit is contained in:
		
				
					committed by
					
						 Martin Nordholts
						Martin Nordholts
					
				
			
			
				
	
			
			
			
						parent
						
							3358b075fb
						
					
				
				
					commit
					6dc621ec18
				
			
							
								
								
									
										4
									
								
								.github/workflows/CICD.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/CICD.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,7 +1,7 @@ | ||||
| name: CICD | ||||
|  | ||||
| env: | ||||
|   MIN_SUPPORTED_RUST_VERSION: "1.46.0" | ||||
|   MIN_SUPPORTED_RUST_VERSION: "1.51.0" | ||||
|   CICD_INTERMEDIATES_DIR: "_cicd-intermediates" | ||||
|  | ||||
| on: | ||||
| @@ -54,7 +54,7 @@ jobs: | ||||
|       uses: actions-rs/cargo@v1 | ||||
|       with: | ||||
|         command: clippy | ||||
|         args: --locked --all-targets --all-features -- --allow clippy::unknown_clippy_lints | ||||
|         args: --locked --all-targets --all-features | ||||
|     - name: Run tests | ||||
|       uses: actions-rs/cargo@v1 | ||||
|       with: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user