Skip to content

Commit

Permalink
Remove quanta from moka to fix crash on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Mar 17, 2024
1 parent 39a1b4b commit f1d9b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ futures-util = { version = "0.3", default-features = false, features = [
http = "1.1"
httparse = "1.8"
log = { version = "0.4", features = ["std"] }
moka = { version = "0.12", features = ["future"] }
moka = { version = "0.12", default-features = false, features = ["future"] }
reqwest = { version = "0.11", default-features = false, features = [
"rustls-tls",
"json",
Expand Down

0 comments on commit f1d9b84

Please sign in to comment.