diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dff935894..0a7d17d95 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,9 +14,9 @@ It's [Hacktoberfest month](https://blog.meilisearch.com/contribute-hacktoberfest 🚀 If your PR gets accepted it will count into your participation to Hacktoberfest! -✅ To be accepted it has either to have been merged, approved or tagged with the `hacktoberest-accepted` label. +✅ To be accepted it has either to have been merged, approved or tagged with the `hacktoberfest-accepted` label. -🧐 Don't forget to check the [quality standards](https://hacktoberfest.digitalocean.com/resources/qualitystandards), otherwise your PR could be marked as `spam` or `invalid`, and it will not be counted toward your participation in Hacktoberfest. +🧐 Don't forget to check the [quality standards](https://hacktoberfest.digitalocean.com/resources/qualitystandards)! Low-quality PRs might get marked as `spam` or `invalid`, and will not count toward your participation in Hacktoberfest. ## Assumptions diff --git a/Cargo.lock b/Cargo.lock index 3d85c8745..7e98ffb68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1646,7 +1646,6 @@ dependencies = [ "meilisearch-error", "meilisearch-lib", "meilisearch-tokenizer", - "memmap", "mime", "num_cpus", "obkv", @@ -1712,7 +1711,6 @@ dependencies = [ "log", "meilisearch-error", "meilisearch-tokenizer", - "memmap", "milli", "mime", "mockall", diff --git a/Cargo.toml b/Cargo.toml index 44732839f..02e9813a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,5 @@ members = [ ] resolver = "2" -[profile.release] -debug = true - [patch.crates-io] pest = { git = "https://github.com/pest-parser/pest.git", rev = "51fd1d49f1041f7839975664ef71fe15c7dcaf67" } diff --git a/meilisearch-http/Cargo.toml b/meilisearch-http/Cargo.toml index 88d00bfd1..f225a63a7 100644 --- a/meilisearch-http/Cargo.toml +++ b/meilisearch-http/Cargo.toml @@ -47,7 +47,6 @@ log = "0.4.14" meilisearch-lib = { path = "../meilisearch-lib" } meilisearch-error = { path = "../meilisearch-error" } meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.5" } -memmap = "0.7.0" mime = "0.3.16" num_cpus = "1.13.0" once_cell = "1.8.0" diff --git a/meilisearch-lib/Cargo.toml b/meilisearch-lib/Cargo.toml index 6763bb742..098b091e9 100644 --- a/meilisearch-lib/Cargo.toml +++ b/meilisearch-lib/Cargo.toml @@ -30,7 +30,6 @@ lazy_static = "1.4.0" log = "0.4.14" meilisearch-error = { path = "../meilisearch-error" } meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.5" } -memmap = "0.7.0" milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.17.2" } mime = "0.3.16" num_cpus = "1.13.0"