mirror of
				https://github.com/dndx/phantun.git
				synced 2025-11-04 03:45:35 +08:00 
			
		
		
		
	chore(phantun) bump version to v0.2.1, bump fake-tcp dependency to v0.1.2
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
[package]
 | 
					[package]
 | 
				
			||||||
name = "phantun"
 | 
					name = "phantun"
 | 
				
			||||||
version = "0.2.0"
 | 
					version = "0.2.1"
 | 
				
			||||||
edition = "2018"
 | 
					edition = "2018"
 | 
				
			||||||
authors = ["Datong Sun <dndx@idndx.com>"]
 | 
					authors = ["Datong Sun <dndx@idndx.com>"]
 | 
				
			||||||
license = "MIT OR Apache-2.0"
 | 
					license = "MIT OR Apache-2.0"
 | 
				
			||||||
@@ -13,7 +13,7 @@ Layer 3 & Layer 4 (NAPT) firewalls/NATs.
 | 
				
			|||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
clap = "2.33.3"
 | 
					clap = "2.33.3"
 | 
				
			||||||
socket2 = { version = "0.4.2", features = ["all"] }
 | 
					socket2 = { version = "0.4.2", features = ["all"] }
 | 
				
			||||||
fake-tcp = "0.1.1"
 | 
					fake-tcp = "0.1.2"
 | 
				
			||||||
tokio = { version = "1.12.0", features = ["full"] }
 | 
					tokio = { version = "1.12.0", features = ["full"] }
 | 
				
			||||||
log = "0.4"
 | 
					log = "0.4"
 | 
				
			||||||
pretty_env_logger = "0.4.0"
 | 
					pretty_env_logger = "0.4.0"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user