Skip to content

Commit 0ca8146

Browse files
Add sync features to moka
1 parent 73346df commit 0ca8146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/crates/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ macro_rules_attribute = "0.2.0"
3939
maybe-async = "0.2.7"
4040
mime = "0.3.16"
4141
mime_guess = "2.0.4"
42-
moka = "0.12.8"
42+
moka = { version = "0.12.8" , features = ["sync"] }
4343
paste = "1.0.15"
4444
pest = "2.7.4"
4545
pest_derive = "2.7.4"

0 commit comments

Comments
 (0)