diff --git a/README.md b/README.md index 7fffcc06..69552205 100644 --- a/README.md +++ b/README.md @@ -23,37 +23,37 @@ This is a fork of the [fs2-rs](https://github.com/danburkert/fs2-rs) crate, the - std ```toml [dependencies] - fs4 = { version = "0.9", features = ["sync"] } + fs4 = { version = "0.10", features = ["sync"] } ``` - [async-std runtime](https://crates.io/crates/async-std) ```toml [dependencies] - fs4 = { version = "0.9", features = ["async-std"] } + fs4 = { version = "0.10", features = ["async-std"] } ``` - [fs-err](https://crates.io/crates/fs-err) ```toml [dependencies] - fs4 = { version = "0.9", features = ["fs-err"] } + fs4 = { version = "0.10", features = ["fs-err"] } ``` - [fs-err-tokio](https://crates.io/crates/fs-err) ```toml [dependencies] - fs4 = { version = "0.9", features = ["fs-err-tokio"] } + fs4 = { version = "0.10", features = ["fs-err-tokio"] } ``` - [smol runtime](https://crates.io/crates/smol) ```toml [dependencies] - fs4 = { version = "0.9", features = ["smol"] } + fs4 = { version = "0.10", features = ["smol"] } ``` - [tokio runtime](https://crates.io/crates/tokio) ```toml [dependencies] - fs4 = { version = "0.9", features = ["tokio"] } + fs4 = { version = "0.10", features = ["tokio"] } ``` ## Features