You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed a typo for [sic]`FuturesExt` trait ([#930](https://github.com/async-rs/async-std/pull/930))
72
+
- Update the link to `cargo-edit` in the installation section of the docs ([#932](https://github.com/async-rs/async-std/pull/932))
73
+
- Fixed a small typo for stream ([#926](https://github.com/async-rs/async-std/pull/926))
74
+
75
+
## Internal
76
+
77
+
- Updated `rand` to 0.8 ([#923](https://github.com/async-rs/async-std/pull/923))
78
+
- Migrated `RwLock` and `Barrier` to use the `async-lock` crate internally ([#925](https://github.com/async-rs/async-std/pull/925))
79
+
- Replaced uses of deprecated the `compare_and_swap` method with `compare_exchange` ([#927](https://github.com/async-rs/async-std/pull/927))
0 commit comments