mirror of https://github.com/fafhrd91/actix-net
				
				
				
			prep release
This commit is contained in:
		
							parent
							
								
									3116db5168
								
							
						
					
					
						commit
						e7c2439543
					
				| 
						 | 
					@ -27,6 +27,7 @@ actix-service = { path = "actix-service" }
 | 
				
			||||||
actix-testing = { path = "actix-testing" }
 | 
					actix-testing = { path = "actix-testing" }
 | 
				
			||||||
actix-threadpool = { path = "actix-threadpool" }
 | 
					actix-threadpool = { path = "actix-threadpool" }
 | 
				
			||||||
actix-tls = { path = "actix-tls" }
 | 
					actix-tls = { path = "actix-tls" }
 | 
				
			||||||
 | 
					actix-tracing = { path = "actix-tracing" }
 | 
				
			||||||
actix-utils = { path = "actix-utils" }
 | 
					actix-utils = { path = "actix-utils" }
 | 
				
			||||||
actix-router = { path = "router" }
 | 
					actix-router = { path = "router" }
 | 
				
			||||||
bytestring = { path = "string" }
 | 
					bytestring = { path = "string" }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -0,0 +1,5 @@
 | 
				
			||||||
 | 
					# Changes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## [0.1.0] - 2020-01-15
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* Initial release
 | 
				
			||||||
| 
						 | 
					@ -16,7 +16,7 @@ name = "actix_tracing"
 | 
				
			||||||
path = "src/lib.rs"
 | 
					path = "src/lib.rs"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
actix-service = "1.0.3"
 | 
					actix-service = "1.0.4"
 | 
				
			||||||
futures-util = "0.3.1"
 | 
					futures-util = "0.3.1"
 | 
				
			||||||
tracing = "0.1"
 | 
					tracing = "0.1"
 | 
				
			||||||
tracing-futures = "0.2"
 | 
					tracing-futures = "0.2"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -0,0 +1 @@
 | 
				
			||||||
 | 
					../LICENSE-APACHE
 | 
				
			||||||
| 
						 | 
					@ -0,0 +1 @@
 | 
				
			||||||
 | 
					../LICENSE-MIT
 | 
				
			||||||
		Loading…
	
		Reference in New Issue