mirror of
https://codeberg.org/Mo8it/How_To_Linux.git
synced 2024-12-04 18:00:31 +00:00
Update lib version
This commit is contained in:
parent
dada325ba7
commit
9270ffd09d
2 changed files with 3 additions and 3 deletions
4
cs/Cargo.lock
generated
4
cs/Cargo.lock
generated
|
@ -190,9 +190,9 @@ checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "collective-score-client"
|
name = "collective-score-client"
|
||||||
version = "0.0.5"
|
version = "0.0.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d7bf3513f18ebf36b12e0bf91049c2091d5d014a585c65bf54648d19223abe19"
|
checksum = "c0a1f0538b4f7938dbc45e1910ccbeb4b348824f74728b7839800dab131dc263"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
|
|
|
@ -8,6 +8,6 @@ license = "AGPL-3.0"
|
||||||
repository = "https://codeberg.org/mo8it/dev-tools"
|
repository = "https://codeberg.org/mo8it/dev-tools"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
collective-score-client = "0.0.5"
|
collective-score-client = "0.0.6"
|
||||||
dirs = "5.0.1"
|
dirs = "5.0.1"
|
||||||
regex = "1.9.3"
|
regex = "1.9.3"
|
||||||
|
|
Loading…
Reference in a new issue