mirror of
				https://github.com/nitnelave/lldap.git
				synced 2023-04-12 14:25:13 +00:00 
			
		
		
		
	Fix sqlx dependency
0.5.5 seems to be broken
This commit is contained in:
		
							parent
							
								
									ca48de542b
								
							
						
					
					
						commit
						bb66532862
					
				@ -47,7 +47,7 @@ tracing-subscriber = "*"
 | 
				
			|||||||
rand = { version = "0.8", features = ["small_rng", "getrandom"] }
 | 
					rand = { version = "0.8", features = ["small_rng", "getrandom"] }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies.sqlx]
 | 
					[dependencies.sqlx]
 | 
				
			||||||
version = "0.5"
 | 
					version = "0.5.1"
 | 
				
			||||||
features = [
 | 
					features = [
 | 
				
			||||||
  "any",
 | 
					  "any",
 | 
				
			||||||
  "chrono",
 | 
					  "chrono",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user