mirror of
				https://github.com/dndx/phantun.git
				synced 2025-11-04 03:45:35 +08:00 
			
		
		
		
	chore(cargo): bump to Rust edition 2024 (#223)
	
		
			
	
		
	
	
				
					
				
			* chore(cargo): bump to Rust edition 2024 and move shared dependency into workspace `Cargo.toml` * style(phantun): use Rust 2024 `&&` combination for `if let`
This commit is contained in:
		@@ -1,8 +1,11 @@
 | 
			
		||||
[workspace]
 | 
			
		||||
 | 
			
		||||
resolver = "2"
 | 
			
		||||
resolver = "3"
 | 
			
		||||
 | 
			
		||||
members = [
 | 
			
		||||
    "fake-tcp",
 | 
			
		||||
    "phantun",
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
[workspace.dependencies]
 | 
			
		||||
tokio = { version = "1", features = ["full"] }
 | 
			
		||||
log = "0"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user