Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 55fb871

Browse files
dignifiedquireyoshuawuyts
andauthored
chore: release v1.6.4
Co-authored-by: Yoshua Wuyts <yoshuawuyts+github@gmail.com>
1 parent 352c54b commit 55fb871

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

‎CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,23 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
77

88
## [Unreleased]
99

10+
# [1.6.4] - 2020年09月16日
11+
12+
## Added
13+
14+
- Added `UdpSocket::peek` and `UdpSocket::peek_from` ([#853](https://github.com/async-rs/async-std/pull/853))
15+
16+
## Changed
17+
18+
- Extracted the executor into [async-global-executor](https://github.com/async-rs/async-global-executor) ([#867](https://github.com/async-rs/async-std/pull/867))
19+
20+
- Updated various dependencies
21+
1022
## Fixed
1123

1224
- Ensure `UnixStream::into_raw_fd` doesn't close the file descriptor ([#855](https://github.com/async-rs/async-std/issues/855))
25+
- Fixed wasm builds and ensured better dependency management depending on the compile target ([#863](https://github.com/async-rs/async-std/pull/863))
26+
1327

1428
# [1.6.3] - 2020年07月31日
1529

@@ -764,7 +778,8 @@ task::blocking(async {
764778

765779
- Initial beta release
766780

767-
[Unreleased]: https://github.com/async-rs/async-std/compare/v1.6.3...HEAD
781+
[Unreleased]: https://github.com/async-rs/async-std/compare/v1.6.4...HEAD
782+
[1.6.3]: https://github.com/async-rs/async-std/compare/v1.6.3...v1.6.4
768783
[1.6.3]: https://github.com/async-rs/async-std/compare/v1.6.2...v1.6.3
769784
[1.6.2]: https://github.com/async-rs/async-std/compare/v1.6.1...v1.6.2
770785
[1.6.1]: https://github.com/async-rs/async-std/compare/v1.6.0...v1.6.1

‎Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-std"
3-
version = "1.6.3"
3+
version = "1.6.4"
44
authors = [
55
"Stjepan Glavina <stjepang@gmail.com>",
66
"Yoshua Wuyts <yoshuawuyts@gmail.com>",

‎src/lib.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
//!
198198
//! ```toml
199199
//! [dependencies.async-std]
200-
//! version = "1.6.3"
200+
//! version = "1.6.4"
201201
//! features = ["unstable"]
202202
//! ```
203203
//!
@@ -210,7 +210,7 @@
210210
//!
211211
//! ```toml
212212
//! [dependencies.async-std]
213-
//! version = "1.6.3"
213+
//! version = "1.6.4"
214214
//! features = ["attributes"]
215215
//! ```
216216
//!
@@ -219,7 +219,7 @@
219219
//!
220220
//! ```toml
221221
//! [dependencies.async-std]
222-
//! version = "1.6.3"
222+
//! version = "1.6.4"
223223
//! features = ["tokio02"]
224224
//! ```
225225
//!
@@ -228,7 +228,7 @@
228228
//!
229229
//! ```toml
230230
//! [dependencies.async-std]
231-
//! version = "1.6.3"
231+
//! version = "1.6.4"
232232
//! default-features = false
233233
//! features = ["std"]
234234
//! ```
@@ -238,7 +238,7 @@
238238
//!
239239
//! ```toml
240240
//! [dependencies.async-std]
241-
//! version = "1.6.3"
241+
//! version = "1.6.4"
242242
//! default-features = false
243243
//! features = ["alloc"]
244244
//! ```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /