diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2025-03-19 18:03:23 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-03-19 18:03:23 -0400 |
commit | ce0c2241a48954e7cb7dab07ddf76cfc42e23bc8 (patch) | |
tree | 549e1bee6297f3e1967741e20f7a0970201e08b7 | |
parent | 846f3398a27cff78c48e37c7a1ba1bccccff6287 (diff) |
v1.25.0v1.25.0
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -68,7 +68,7 @@ checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "bcachefs-tools" -version = "1.20.0" +version = "1.25.0" dependencies = [ "anyhow", "bch_bindgen", @@ -1,6 +1,6 @@ [package] name = "bcachefs-tools" -version = "1.20.0" +version = "1.25.0" authors = ["Yuxuan Shui <yshuiv7@gmail.com>", "Kayla Firestack <dev@kaylafire.me>", "Kent Overstreet <kent.overstreet@linux.dev>" ] edition = "2021" rust-version = "1.77" @@ -1,4 +1,4 @@ -VERSION=1.20.0 +VERSION=1.25.0 PREFIX?=/usr/local LIBEXECDIR?=$(PREFIX)/libexec |