From c1c1f916244f85c5036f21b76bb58dfa4ad891da Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Thu, 10 Apr 2025 11:21:42 +0200 Subject: [PATCH] build: drop unused `rustc_version` dependency --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 578f691..b26417b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,9 +35,6 @@ base64-simd = { version = "0.7" } bitvec = "1.0.1" rustc-hash = "1.1.0" -[build-dependencies] -rustc_version = "0.2.3" - [features] ram_bundle = ["scroll"]