From 810d201cadf5974b9d6e2aba96b0974983547222 Mon Sep 17 00:00:00 2001 From: Louis Dureuil Date: Tue, 3 Dec 2024 12:12:03 +0100 Subject: [PATCH] Use resolver = "2" --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 6dd74ba8..b100a122 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ description = "Rust wrapper for the Meilisearch API. Meilisearch is a powerful, license = "MIT" readme = "README.md" repository = "https://github.com/meilisearch/meilisearch-sdk" +resolver = "2" [workspace] members = ["examples/*"]