File tree 2 files changed +17
-7
lines changed
2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -798,7 +798,8 @@ task::blocking(async {
798
798
799
799
- Initial beta release
800
800
801
- [ Unreleased ] : https://github.com/async-rs/async-std/compare/v1.6.5...HEAD
801
+ [ Unreleased ] : https://github.com/async-rs/async-std/compare/v1.7.0...HEAD
802
+ [ 1.7.0 ] : https://github.com/async-rs/async-std/compare/v1.6.5...1.7.0
802
803
[ 1.6.5 ] : https://github.com/async-rs/async-std/compare/v1.6.4...v1.6.5
803
804
[ 1.6.4 ] : https://github.com/async-rs/async-std/compare/v1.6.3...v1.6.4
804
805
[ 1.6.3 ] : https://github.com/async-rs/async-std/compare/v1.6.2...v1.6.3
Original file line number Diff line number Diff line change 197
197
//!
198
198
//! ```toml
199
199
//! [dependencies.async-std]
200
- //! version = "1.6.5 "
200
+ //! version = "1.7.0 "
201
201
//! features = ["unstable"]
202
202
//! ```
203
203
//!
210
210
//!
211
211
//! ```toml
212
212
//! [dependencies.async-std]
213
- //! version = "1.6.5 "
213
+ //! version = "1.7.0 "
214
214
//! features = ["attributes"]
215
215
//! ```
216
216
//!
217
- //! Compatibility with the `tokio` runtime is possible using the `tokio02`
217
+ //! Compatibility with the `tokio` 0.2 runtime is possible using the `tokio02`
218
218
//! Cargo feature:
219
219
//!
220
220
//! ```toml
221
221
//! [dependencies.async-std]
222
- //! version = "1.6.5 "
222
+ //! version = "1.7.0 "
223
223
//! features = ["tokio02"]
224
224
//! ```
225
225
//!
226
+ //! Compatibility with the `tokio` 0.3 runtime is also simultaneously possible
227
+ //! using the `tokio03` Cargo feature:
228
+ //!
229
+ //! ```toml
230
+ //! [dependencies.async-std]
231
+ //! version = "1.7.0"
232
+ //! features = ["tokio03"]
233
+ //! ```
234
+ //!
226
235
//! Additionally it's possible to only use the core traits and combinators by
227
236
//! only enabling the `std` Cargo feature:
228
237
//!
229
238
//! ```toml
230
239
//! [dependencies.async-std]
231
- //! version = "1.6.5 "
240
+ //! version = "1.7.0 "
232
241
//! default-features = false
233
242
//! features = ["std"]
234
243
//! ```
238
247
//!
239
248
//! ```toml
240
249
//! [dependencies.async-std]
241
- //! version = "1.6.5 "
250
+ //! version = "1.7.0 "
242
251
//! default-features = false
243
252
//! features = ["alloc"]
244
253
//! ```
You can’t perform that action at this time.
0 commit comments