From 30e513ac1423cf6e24463cdfcc9b785aec1c6cc8 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Sat, 9 Sep 2023 13:32:54 +0100 Subject: [PATCH] Use feature resolver version 2 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0540418..075df0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,3 +3,4 @@ members = [ "schemars", "schemars_derive" ] +resolver = "2"