mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
fix: make sqlx_rt::block_on pub not pub(crate)
This commit is contained in:
parent
dfe5e31c52
commit
921878ad77
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ pub use async_native_tls::{Error as TlsError, TlsConnector, TlsStream};
|
|||
feature = "runtime-async-std",
|
||||
not(any(feature = "runtime-actix", feature = "runtime-tokio"))
|
||||
))]
|
||||
pub(crate) use async_std::task::block_on;
|
||||
pub use async_std::task::block_on;
|
||||
|
||||
#[cfg(all(
|
||||
feature = "runtime-async-std",
|
||||
|
|
Loading…
Reference in a new issue