mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
version bump to v1.11.1
This commit is contained in:
parent
6c32c8d9c9
commit
481a50f0a9
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -73,7 +73,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bcachefs-tools"
|
name = "bcachefs-tools"
|
||||||
version = "1.9.5"
|
version = "1.11.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bch_bindgen",
|
"bch_bindgen",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bcachefs-tools"
|
name = "bcachefs-tools"
|
||||||
version = "1.9.5"
|
version = "1.11.1"
|
||||||
authors = ["Yuxuan Shui <yshuiv7@gmail.com>", "Kayla Firestack <dev@kaylafire.me>", "Kent Overstreet <kent.overstreet@linux.dev>" ]
|
authors = ["Yuxuan Shui <yshuiv7@gmail.com>", "Kayla Firestack <dev@kaylafire.me>", "Kent Overstreet <kent.overstreet@linux.dev>" ]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.70"
|
rust-version = "1.70"
|
||||||
|
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
|||||||
VERSION=1.9.5
|
VERSION=1.11.1
|
||||||
|
|
||||||
PREFIX?=/usr/local
|
PREFIX?=/usr/local
|
||||||
LIBEXECDIR?=$(PREFIX)/libexec
|
LIBEXECDIR?=$(PREFIX)/libexec
|
||||||
@ -287,7 +287,7 @@ tarball: $(SRCTARXZ)
|
|||||||
|
|
||||||
$(SRCTARXZ) : .gitcensus
|
$(SRCTARXZ) : .gitcensus
|
||||||
$(Q)tar --transform "s,^,$(SRCDIR)/," -Jcf $(SRCDIR).tar.xz \
|
$(Q)tar --transform "s,^,$(SRCDIR)/," -Jcf $(SRCDIR).tar.xz \
|
||||||
`cat .gitcensus`
|
`cat .gitcensus`
|
||||||
@echo Wrote: $@
|
@echo Wrote: $@
|
||||||
|
|
||||||
.PHONY: .gitcensus
|
.PHONY: .gitcensus
|
||||||
|
Loading…
Reference in New Issue
Block a user