Skip to content

Commit 6a235ed

Browse files
committed
sync with ruc-v7.0
1 parent 2582ea2 commit 6a235ed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Generated by Cargo
22
# will have compiled files and executables
33
/target/
4+
target
45

56
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
67
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "btm"
3-
version = "0.15.0"
3+
version = "1.0.0"
44
edition = "2021"
55
keywords = ["vcs", "snapshot", "zfs", "btrfs"]
66
license = "MIT"
@@ -10,7 +10,7 @@ homepage = "https://github.com/rust-util-collections/btm"
1010
repository = "https://github.com/rust-util-collections/btm"
1111

1212
[dependencies]
13-
ruc = { version = "6.0", features = ["cmd","uau"]}
13+
ruc = { version = "7.0", features = ["cmd","uau"]}
1414
serde = { version = "1.0", features = ["derive"] }
1515
serde_json = "1.0"
1616
nix = { version = "0.29", features = ["fs"] }

0 commit comments

Comments
 (0)