From 75ec659a84d8f3ea911fb7763847f20a629c7864 Mon Sep 17 00:00:00 2001
From: Quaternions <krakow20@gmail.com>
Date: Thu, 2 Jan 2025 21:35:44 -0800
Subject: [PATCH] fix cargo warnings

---
 Cargo.toml               | 6 ++++++
 strafe-client/Cargo.toml | 5 -----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index fb9e15d..2b4e8e4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,3 +12,9 @@ members = [
 	"lib/snf",
 	"strafe-client",
 ]
+resolver = "2"
+
+[profile.release]
+#lto = true
+strip = true
+codegen-units = 1
diff --git a/strafe-client/Cargo.toml b/strafe-client/Cargo.toml
index 6ed570f..efea9ca 100644
--- a/strafe-client/Cargo.toml
+++ b/strafe-client/Cargo.toml
@@ -29,8 +29,3 @@ strafesnet_rbx_loader = { path = "../lib/rbx_loader", registry = "strafesnet", o
 strafesnet_snf = { path = "../lib/snf", registry = "strafesnet", optional = true }
 wgpu = "22.1.0"
 winit = "0.30.5"
-
-[profile.release]
-#lto = true
-strip = true
-codegen-units = 1