Ready for first release
	
		
			
	
		
	
	
		
	
		
			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:
		
							
								
								
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -70,7 +70,7 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "actix-remote-ip" | ||||
| version = "0.1.0" | ||||
| version = "0.1.0-alpha" | ||||
| dependencies = [ | ||||
|  "actix-web", | ||||
|  "futures-util", | ||||
|   | ||||
| @@ -1,7 +1,12 @@ | ||||
| [package] | ||||
| name = "actix-remote-ip" | ||||
| version = "0.1.0" | ||||
| version = "0.1.0-alpha" | ||||
| edition = "2021" | ||||
| authors = ["Pierre HUBERT <pierre.git@communiquons.org>"] | ||||
| description = "Tiny extractor to get real client IP address, parsing X-Forwarded-For header" | ||||
| readme = "README.md" | ||||
| license = "GPL-2.0-or-later" | ||||
| repository = "https://gitea.communiquons.org/pierre/actix-remote-ip" | ||||
|  | ||||
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user