From 144e0702060dccb581294cae07da25d9f26a0e0f Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 29 Dec 2025 12:31:15 +0000 Subject: [PATCH] Update rustc_version from 0.2 to 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78815b7..707b750 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ std = [] cfg-if = "1.0.0" [build-dependencies] -rustc_version = "0.2" +rustc_version = "0.4" [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"]