Skip to content

Commit a0a3a97

Browse files
cleanup deps and begin cycle
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
1 parent f67f218 commit a0a3a97

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace.package]
22
authors = ["Soc Virnyl Estela"]
3-
version = "5.1.2"
3+
version = "5.1.3-dev"
44
edition = "2021"
55
license = "MPL-2.0"
66
repository = "https://github.com/openSUSE-Rust/roast"
@@ -14,7 +14,7 @@ default-members = ["libroast"]
1414
resolver = "1"
1515

1616
[workspace.dependencies]
17-
17+
clap = "*"
1818
[profile.release]
1919
lto = true # Enable Link Time Optimization.
2020
debug = true # Include debug symbols. If you are going to complain for big binary sizes, there is a release-stripped option :P

libroast/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ xz2 = "0.1"
2222
zstd = { version = "0.12", features = ["pkg-config", "zstdmt"] }
2323
bzip2 = { version = "0.4" }
2424
walkdir = "2.4"
25-
clap = { version = "4.5.19", features = ["derive"] }
25+
clap = { workspace = true, features = ["help", "derive"] }
2626
terminfo = "0.9.0"
2727
glob = "0.3"
2828
rayon = "1.10.0"
@@ -32,4 +32,3 @@ terminfo = "0.9.0"
3232
tracing-test = { version = "0.2", features = ["no-env-filter"] }
3333
sha3 = { version = "0.11.0-pre.4" }
3434
hex-literal = "0.4.1"
35-

roast-cli/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ repository.workspace = true
99
homepage.workspace = true
1010

1111
[dependencies]
12-
clap = { version = "4.5.17", features = ["cargo", "derive", "help"] }
12+
clap = { workspace = true, features = ["help", "derive"] }
1313
terminfo = "0.9.0"
1414
tracing = { version = "0.1", features = [
15-
"max_level_trace",
16-
"release_max_level_debug",
15+
"max_level_trace",
16+
"release_max_level_debug",
1717
] }
1818
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
19-
libroast ={ path = "../libroast", version = "^5" }
19+
libroast = { path = "../libroast", version = "5.1.3-dev" }
2020
walkdir = "2.5.0"
2121
tempfile = "3.12.0"

0 commit comments

Comments
 (0)