Skip to content

Commit aeea598

Browse files
authored
Merge pull request #249 from 9999years/push-tkrtnlsslqoy
Cargo.toml: `disk` example requires `disk_store` feature
2 parents 51280cf + 11717cc commit aeea598

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,7 @@ required-features = ["async", "proc_macro"]
139139
[[example]]
140140
name = "expiring_sized_cache"
141141
required-features = ["async_tokio_rt_multi_thread"]
142+
143+
[[example]]
144+
name = "disk"
145+
required-features = ["disk_store"]

0 commit comments

Comments
 (0)