mirror of
				https://github.com/launchbadge/sqlx.git
				synced 2025-11-04 07:22:53 +00:00 
			
		
		
		
	Enable runtime-tokio of sqlx when building sqlx-cli
This commit is contained in:
		
							parent
							
								
									9ac2cb3ace
								
							
						
					
					
						commit
						14d70feab1
					
				@ -28,6 +28,7 @@ path = "src/bin/cargo-sqlx.rs"
 | 
			
		||||
dotenvy = "0.15.0"
 | 
			
		||||
tokio = { version = "1.15.0", features = ["macros", "rt", "rt-multi-thread"] }
 | 
			
		||||
sqlx = { workspace = true, default-features = false, features = [
 | 
			
		||||
    "runtime-tokio",
 | 
			
		||||
    "migrate",
 | 
			
		||||
    "any",
 | 
			
		||||
] }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user