From e2093d112accf6c7b34b9683ecd1debbd24db6cf Mon Sep 17 00:00:00 2001 From: Sam Hug <s@m-h.ug> Date: Thu, 6 Feb 2025 17:34:13 -0800 Subject: [PATCH] update Cargo.lock fixes build failure when built with a "locked" lock file. the nix package build does this and `nix build github:koverstreet/bcachefs-tools` currently fails --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 28bb2eee..01a422c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "bcachefs-tools" -version = "1.12.0" +version = "1.20.0" dependencies = [ "anyhow", "bch_bindgen",