Skip to content

Commit

Permalink
Revert "build: rm package.version from Cargo.toml"
Browse files Browse the repository at this point in the history
This reverts commit 48c5102.

Deleting the version from Cargo.toml broke the MSRV build with cargo
1.7.0.
  • Loading branch information
Kent Overstreet committed Aug 9, 2024
1 parent 3f88542 commit 495a54c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "bcachefs-tools"
version = "1.9.5"
authors = ["Yuxuan Shui <[email protected]>", "Kayla Firestack <[email protected]>", "Kent Overstreet <[email protected]>" ]
edition = "2021"
rust-version = "1.70"
Expand Down

0 comments on commit 495a54c

Please sign in to comment.