Compilation error #64
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
I'm trying to use only the sync api, because I don't need the async one. So I don't want to pull the async runtime, and I copied the following content in my Cargo.toml, as the Docs.rs page said:
cacache = { version = "12.0.0", default-features = false, features = ["mmap"] }
And I got the following error log:
This is the neofetch information of my PC if it is useful:
I don't know if I have to change something for it to work. If I just write:
cacache = "12.0.0"
works normally, but imports the whole async runtime.
The text was updated successfully, but these errors were encountered: