Update heed link in cargo toml

This commit is contained in:
Clémentine Urquizar 2022-03-01 19:45:29 +01:00
parent 51cf44d6fd
commit d9ed9de2b0
No known key found for this signature in database
GPG key ID: D8E7CC7422E77E1A
7 changed files with 7 additions and 7 deletions

View file

@ -14,7 +14,7 @@ csv = "1.1.6"
jemallocator = "0.3.2"
[dev-dependencies]
heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1" }
heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1" }
criterion = { version = "0.3.4", features = ["html_reports"] }
[build-dependencies]