From 75d6f4a851ee51f17a0884cdb473f1bb3bd0eafb Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 27 Aug 2024 20:52:01 +0200 Subject: [PATCH] bump version number: v0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e037bd..daa119a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustc_version" -version = "0.4.0" +version = "0.4.1" authors = ["Dirkjan Ochtman ", "Marvin Löbel "] license = "MIT/Apache-2.0" description = "A library for querying the version of a installed rustc compiler"