This release fixes a regression in tokio::sync
and a bug in tokio::fs::copy
. It also
adds a new APIs to tokio::time
and tokio::io
.
Fixes
- sync: fix a regression where
Mutex
,Semaphore
, andRwLock
futures no
longer implementSync
(#2375) - fs: fix
fs::copy
not copying file permissions (#2354)