[BUGFIX] async-std cannot find function block_on on windows (#122)

* [BUGFIX] Fixed cannot find function block_on for async-std feature on windows

* [UPDATE] ntex-rt/CHANGES.md
This commit is contained in:
leone 2022-07-01 06:37:08 +02:00 committed by GitHub
parent 88c7fd3116
commit df3d29387f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [0.4.6] - 2022-06-29
* Fix async-std cannot find function block_on on windows
## [0.4.5] - 2022-06-20
* Add spawn_blocking stub

View file

@ -242,7 +242,6 @@ pub use self::tokio::*;
not(feature = "tokio"),
not(feature = "glommio"),
feature = "async-std",
target_os = "linux"
))]
pub use self::asyncstd::*;