From a13a51820bdb025b1c0556a4e49be2e5b97fbeca Mon Sep 17 00:00:00 2001 From: Stephen Carman Date: Thu, 12 Oct 2023 01:03:13 -0400 Subject: [PATCH] Update Cargo.toml --- toshi-types/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/toshi-types/Cargo.toml b/toshi-types/Cargo.toml index 1508acb..96bfd09 100644 --- a/toshi-types/Cargo.toml +++ b/toshi-types/Cargo.toml @@ -6,6 +6,7 @@ description = "The types for a full text search engine based on Tantivy" repository = "https://github.com/toshi-search/Toshi" license = "MIT" edition = "2021" +resolver = "2" [dependencies] http = "^0.2"