Skip to content

Commit

Permalink
revert: keep moka as the default cache provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Blooym committed May 28, 2024
1 parent e0f174b commit 2be603f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ codegen-units = 1
strip = true

[features]
default = ["rustls-tls", "cache-cacache"]
default = ["rustls-tls", "cache-moka"]
# TLS Backends
rustls-tls = ["aigis/rustls-tls"]
native-tls = ["aigis/native-tls"]
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = "1.74"
edition = "2021"

[features]
default = ["rustls-tls", "cache-cacache"]
default = ["rustls-tls", "cache-moka"]
# TLS Backends
rustls-tls = ["reqwest/rustls-tls"]
native-tls = ["reqwest/native-tls"]
Expand Down

0 comments on commit 2be603f

Please sign in to comment.