Skip to content

Commit

Permalink
fix(deps): bump cacache to resolve reflink (#60)
Browse files Browse the repository at this point in the history
* fix(deps): bump cacache to resolve reflink

* docs: update readme
  • Loading branch information
kade-robertson authored Oct 31, 2023
1 parent bc92ca5 commit edd0f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["ddragon", "league-of-legends", "lol", "teamfight-tactics", "tft"]
categories = ["api-bindings"]

[dependencies]
cacache = { version = "11.6", optional = true, default-features = false, features = ["tokio-runtime"] }
cacache = { version = "11.7.1", optional = true, default-features = false, features = ["tokio-runtime", "mmap"] }
http-cache-reqwest = { version = "0.11", optional = true }
image = { version = "0.24", default-features = false, features = ["png"], optional = true }
reqwest = { version = "0.11", default-features = false, features = ["json"], optional = true }
Expand Down Expand Up @@ -41,9 +41,6 @@ debug = 0
[profile.release]
debug = 0

[patch.crates-io]
reflink = { git = "https://github.com/nicokoch/reflink", rev = "e8d93b46" }

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
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 edd0f10

Please sign in to comment.