From 79a741ce85f2139e019f7ef4f080e354bf8154ee Mon Sep 17 00:00:00 2001 From: Brady Fomegne Date: Mon, 2 Oct 2023 13:38:36 +0100 Subject: [PATCH] fix: problem of rust edition (#92) --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 740361e..b99f77e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,3 +3,5 @@ members = [ "clafrica-lib", "clafrica" ] +resolver = "2" +