Added random cache ids.

This commit is contained in:
2022-12-04 11:09:56 -05:00
parent 14c6c9dffe
commit 47b9a071a4
3 changed files with 12 additions and 5 deletions

1
Cargo.lock generated
View File

@@ -1088,6 +1088,7 @@ version = "0.1.0"
dependencies = [
"async-std",
"config",
"rand 0.7.3",
"serde",
"serial_test",
"tempfile",