From 3e78aad790f7820199a75ed0f6f5caba13da3af9 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Thu, 3 Feb 2022 02:42:41 -0500 Subject: [PATCH] Remove rust-version from Cargo.toml (not useful yet) --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9930091..29d33d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,6 @@ Rust library and CLI tool for reading GameCube and Wii disc images. """ keywords = ["gamecube", "wii", "iso", "nfs", "gcm"] categories = ["command-line-utilities", "parser-implementations"] -rust-version = "1.51" [[bin]] name = "nodtool"