mirror of
				https://github.com/Swatinem/rust-cache
				synced 2025-11-04 06:29:10 +00:00 
			
		
		
		
	prepare new version
This commit is contained in:
		
							parent
							
								
									31c41a926e
								
							
						
					
					
						commit
						1b344a0a23
					
				
					 2 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,10 @@
 | 
			
		|||
# Changelog
 | 
			
		||||
 | 
			
		||||
## 1.3.0
 | 
			
		||||
 | 
			
		||||
- Use Rust toolchain file as additional cache key.
 | 
			
		||||
- Allow for a configurable target-dir.
 | 
			
		||||
 | 
			
		||||
## 1.2.0
 | 
			
		||||
 | 
			
		||||
- Cache `~/.cargo/bin`.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -28,6 +28,9 @@ An additional key that is stable over multiple jobs.
 | 
			
		|||
The working directory the action operates in, is case the cargo project is not
 | 
			
		||||
located in the repo root.
 | 
			
		||||
 | 
			
		||||
: `target-dir`
 | 
			
		||||
The target directory that should be cleaned and persisted, defaults to `./target`.
 | 
			
		||||
 | 
			
		||||
## Outputs
 | 
			
		||||
 | 
			
		||||
: `cache-hit`
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue