From eee6a76c695a36f1fe220fdeafd5a43757e50527 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sat, 23 Nov 2024 21:42:22 +0000 Subject: [PATCH] fix: remove rust version entirely --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3624b1c..2f5a3d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,6 @@ name = "wolves_oxidised" version = "0.1.0" edition = "2021" -rust-version = "1.80" authors = ["Brendan Golden "] license = "MIT" readme = "README.md"