mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-27 21:51:22 +00:00
Upgrade async runtime dependencies
Co-authored-by: Josh Toft <joshtoft@gmail.com> Co-authored-by: Philip A Reimer <antreimer@gmail.com>
This commit is contained in:
committed by
Ryan Leckey
parent
2a80700813
commit
cdafc8ae17
@@ -108,8 +108,7 @@ pub fn test(_attr: TokenStream, input: TokenStream) -> TokenStream {
|
||||
#[test]
|
||||
#(#attrs)*
|
||||
fn #name() #ret {
|
||||
sqlx_rt::tokio::runtime::Builder::new()
|
||||
.threaded_scheduler()
|
||||
sqlx_rt::tokio::runtime::Builder::new_multi_thread()
|
||||
.enable_io()
|
||||
.enable_time()
|
||||
.build()
|
||||
|
||||
Reference in New Issue
Block a user