diff options
| author | mo8it <mo8it@proton.me> | 2024-08-08 23:46:21 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-08 23:48:54 +0200 |
| commit | e41c3a7c925387ca2c2441b4f41c963b95bc828d (patch) | |
| tree | 02cf55dc72a489b6908141eabf57b48dfdc6cb45 /Cargo.toml | |
| parent | 1b9faa4d61665074fe450277644974dd0167e6e9 (diff) | |
Use fixed seeds with ahash
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ include = [ ] [dependencies] -ahash = "0.8.11" +ahash = { version = "0.8.11", default-features = false } anyhow = "1.0.86" clap = { version = "4.5.13", features = ["derive"] } notify-debouncer-mini = { version = "0.4.1", default-features = false } |
