From 57db4b57ede4de0a8c4a7de7ce4847f9ff2549ed Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 10 Mar 2024 21:06:05 +0100 Subject: [PATCH] Use the 2021 edition resolver in the workspace --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3181b255..1d10163b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ description = "A simple but modern API-agnostic audio plugin framework" repository = "https://github.com/robbert-vdh/nih-plug" [workspace] +resolver = "2" members = [ "nih_plug_derive", "nih_plug_egui",