diff options
| author | Micha White <botahamec@outlook.com> | 2023-09-27 09:35:50 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-09-27 09:35:50 -0400 |
| commit | 1b379403ab971e188483df5d580c39695db7f44a (patch) | |
| tree | f9d547fe9d4bf0fd7c8ddabcf5e6fd119a9ff6bf /ai/Cargo.toml | |
| parent | 10438fa9ae1dc4624ebb1780238d46d4b5d3f0eb (diff) | |
Big changes
Diffstat (limited to 'ai/Cargo.toml')
| -rw-r--r-- | ai/Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ai/Cargo.toml b/ai/Cargo.toml index 59a4b82..6a4ea61 100644 --- a/ai/Cargo.toml +++ b/ai/Cargo.toml @@ -8,8 +8,7 @@ edition = "2018" [dependencies] model = {path = "../model"} -rayon = "1" -parking_lot = "0.11" +parking_lot = "0.12" [dev-dependencies] -criterion = "0.3"
\ No newline at end of file +criterion = "0.5"
\ No newline at end of file |
