Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Oct 8, 2024
1 parent 28661dd commit c52a880
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c52a880

Please sign in to comment.