We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f88135 commit 761d70cCopy full SHA for 761d70c
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# Version 1.3.0
2
+
3
+- Implement `FromRawFd`/`FromRawHandle` for `File`.
4
+- Implement `OpenOptionsExt` for `OpenOptions` on Windows.
5
+- Re-export some extension traits into OS-specific modules.
6
7
# Version 1.2.1
8
9
- Optimization: Don't flush if the file is already flushed.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-fs"
-version = "1.2.1"
+version = "1.3.0"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
description = "Async filesystem primitives"
0 commit comments