mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
Revert "build: rm package.version
from Cargo.toml"
This reverts commit 48c51020e5
.
Deleting the version from Cargo.toml broke the MSRV build with cargo
1.7.0.
This commit is contained in:
parent
3f885423df
commit
495a54c03b
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -73,7 +73,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bcachefs-tools"
|
name = "bcachefs-tools"
|
||||||
version = "0.0.0"
|
version = "1.9.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bch_bindgen",
|
"bch_bindgen",
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bcachefs-tools"
|
name = "bcachefs-tools"
|
||||||
|
version = "1.9.5"
|
||||||
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user