simplify cargo audit (#9918)
This commit is contained in:
		
							parent
							
								
									23a29439c0
								
							
						
					
					
						commit
						052380b8de
					
				@ -3,5 +3,5 @@
 | 
			
		||||
set -e # fail on any error
 | 
			
		||||
set -u # treat unset variables as error
 | 
			
		||||
 | 
			
		||||
CARGO_TARGET_DIR=./target cargo +stable install cargo-audit --force
 | 
			
		||||
cargo +stable audit
 | 
			
		||||
cargo install cargo-audit
 | 
			
		||||
cargo audit
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user