From 1b1ced37a428f0472be964a299ecfb1d81e0cc70 Mon Sep 17 00:00:00 2001 From: Nathan Stocks Date: Fri, 10 Feb 2023 20:24:11 -0700 Subject: [PATCH] just in case someone tries to use rusty_engine from within this repo --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3dafcbe..d791ca4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,2 +1,3 @@ [workspace] members = [ "example/*", "exercise/*" ] +resolver = "2"