Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2025-09-19 02:30:50 -04:00
parent 4fa32ae515
commit 3755975ce8
3 changed files with 8 additions and 2 deletions

2
Cargo.lock generated
View File

@ -68,7 +68,7 @@ checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
[[package]]
name = "bcachefs-tools"
version = "1.31.1"
version = "1.31.2"
dependencies = [
"anyhow",
"bch_bindgen",

View File

@ -4,7 +4,7 @@ default-members = [".", "bch_bindgen"]
[package]
name = "bcachefs-tools"
version = "1.31.1"
version = "1.31.2"
authors = ["Yuxuan Shui <yshuiv7@gmail.com>", "Kayla Firestack <dev@kaylafire.me>", "Kent Overstreet <kent.overstreet@linux.dev>" ]
edition = "2021"
rust-version = "1.77.0"

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
bcachefs-tools (1:1.31.2) UNRELEASED; urgency=medium
* DKMS now works on 6.16
-- Kent Overstreet <kent.overstreet@linux.dev> Fri, 19 Sep 2025 02:30:19 -0400
bcachefs-tools (1:1.31.1~1) unstable; urgency=medium
* Split DKMS into separate binary package