Skip to content

Commit

Permalink
sync with ruc-v7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haxjump committed Oct 7, 2024
1 parent 2582ea2 commit 6a235ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated by Cargo
# will have compiled files and executables
/target/
target

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "btm"
version = "0.15.0"
version = "1.0.0"
edition = "2021"
keywords = ["vcs", "snapshot", "zfs", "btrfs"]
license = "MIT"
Expand All @@ -10,7 +10,7 @@ homepage = "https://github.com/rust-util-collections/btm"
repository = "https://github.com/rust-util-collections/btm"

[dependencies]
ruc = { version = "6.0", features = ["cmd","uau"]}
ruc = { version = "7.0", features = ["cmd","uau"]}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
nix = { version = "0.29", features = ["fs"] }
Expand Down

0 comments on commit 6a235ed

Please sign in to comment.