Update Rust to edition 2024
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -3,4 +3,4 @@ use rand::distr::{Alphanumeric, SampleString};
 | 
			
		||||
/// Generate a random string of a given length
 | 
			
		||||
pub fn rand_str(len: usize) -> String {
 | 
			
		||||
    Alphanumeric.sample_string(&mut rand::rng(), len)
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user