mirror of
				https://github.com/actions-rs/toolchain.git
				synced 2025-10-31 16:23:53 +00:00 
			
		
		
		
	Fix component example in Readme
The comment talks about a stable Rust version, but the configuration was set to nightly.
This commit is contained in:
		
							parent
							
								
									d03d2d0fa3
								
							
						
					
					
						commit
						6f9b172a64
					
				| @ -81,7 +81,7 @@ and in combination with the [profiles](#profiles) input it allows to install onl | |||||||
|   uses: actions-rs/toolchain@v1 |   uses: actions-rs/toolchain@v1 | ||||||
|   with: |   with: | ||||||
|     profile: minimal |     profile: minimal | ||||||
|     toolchain: nightly |     toolchain: stable | ||||||
|     components: rustfmt, clippy |     components: rustfmt, clippy | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user