From ef860819d9e1f12355ddf542d643ac4d0e17a019 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Sun, 1 Nov 2020 15:16:54 +0100 Subject: [PATCH] Regenerate `Cargo.lock` via `cargo vendor` for `0.2.9` Otherwise, the build would fail like this when using `cargo build --frozen` which is e.g. the case when building Rust code with Nix[1]: ``` error: the lock file /build/source/Cargo.lock needs to be updated but --frozen was passed to prevent this ``` [1] https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/rust.section.md --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 201148f..1fa0b71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "KIT-ILIAS-downloader" -version = "0.2.8" +version = "0.2.9" dependencies = [ "anyhow", "futures-util",