Closed Darksonn closed 3 years ago
Note: The Cargo.toml had already been changed in a previous commit.
Cargo.toml
From
Mutex
RwLock
fetch_update
futures-util
dev-dependencies
generator
@Darksonn Could you remove publish = false in Cargo.toml?
publish = false
https://github.com/tokio-rs/loom/blob/1e70272e9171892a42cc44ce09398a3b90b598f4/Cargo.toml#L22
Note: The
Cargo.toml
had already been changed in a previous commit.0.5.0 (April 12, 2021)
Breaking
Added
From
implementation toMutex
(#131)From
implementation toRwLock
(#209)From
implementation to atomic types (#210)fetch_update
to atomics (#212)Changed
futures-util
todev-dependencies
(#208)generator
to 0.7 (#203)