From 05df9364c1ba6745c1d3622fc82cceab7f8aee0f Mon Sep 17 00:00:00 2001 From: Adam Cimarosti Date: Wed, 25 Sep 2024 15:30:17 +0100 Subject: [PATCH] removed unnecessary 'rustc_version' build dependency --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7dffbfb..3b16e36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,3 @@ no_std = ["hashbrown"] [dependencies] hashbrown = { version = "0.14", optional = true } - -[build-dependencies] -rustc_version = "0.4.1"