From 5d54a5809f116fc66276988ea9092cb70787c0b1 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 19 May 2024 13:49:54 +0200 Subject: [PATCH] 0.5.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ac4a43..c39c65a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,7 +65,7 @@ dependencies = [ [[package]] name = "rustc-build-sysroot" -version = "0.5.1" +version = "0.5.2" dependencies = [ "anyhow", "rustc_version", diff --git a/Cargo.toml b/Cargo.toml index 950278f..eea6dae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustc-build-sysroot" authors = ["Ralf Jung"] -version = "0.5.1" +version = "0.5.2" edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/RalfJung/rustc-build-sysroot"