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"