Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kade-robertson committed Oct 31, 2023
1 parent 810c461 commit 59962f5
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,4 @@ ddragon = { version = "<version>", default-features = false }

### MSRV

Currently, this crate support Rust >= 1.65.0.

### Note: `musl` builds for `async` users

A dependency of this crate is `reflink`, which does not have a version published to `crates.io` compatible with musl.
If you want to build with one of the `async` features, you will need the following patch in your `Cargo.toml`:

```toml
[patch.crates-io]
reflink = { git = "https://github.com/nicokoch/reflink", rev = "e8d93b46" }
```
Currently, this crate support Rust >= 1.67.1.

0 comments on commit 59962f5

Please sign in to comment.