From 346618c73b6dff725107f5b830cbce9de0347103 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Wed, 24 Sep 2025 19:04:47 -0400 Subject: [PATCH] v1.31.3 Signed-off-by: Kent Overstreet --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f771baa6..93e13f72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "bcachefs-tools" -version = "1.31.2" +version = "1.31.3" dependencies = [ "anyhow", "bch_bindgen", diff --git a/Cargo.toml b/Cargo.toml index 249bff04..f3d963b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ default-members = [".", "bch_bindgen"] [package] name = "bcachefs-tools" -version = "1.31.2" +version = "1.31.3" authors = ["Yuxuan Shui ", "Kayla Firestack ", "Kent Overstreet " ] edition = "2021" rust-version = "1.77.0"