1
0
Fork 0
mirror of https://codeberg.org/Mo8it/How_To_Linux.git synced 2024-10-18 09:42:38 +00:00

Update lib version

This commit is contained in:
Mo 2023-08-15 15:01:33 +02:00
parent dada325ba7
commit 9270ffd09d
2 changed files with 3 additions and 3 deletions

4
cs/Cargo.lock generated
View file

@ -190,9 +190,9 @@ checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
[[package]]
name = "collective-score-client"
version = "0.0.5"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7bf3513f18ebf36b12e0bf91049c2091d5d014a585c65bf54648d19223abe19"
checksum = "c0a1f0538b4f7938dbc45e1910ccbeb4b348824f74728b7839800dab131dc263"
dependencies = [
"anyhow",
"clap",

View file

@ -8,6 +8,6 @@ license = "AGPL-3.0"
repository = "https://codeberg.org/mo8it/dev-tools"
[dependencies]
collective-score-client = "0.0.5"
collective-score-client = "0.0.6"
dirs = "5.0.1"
regex = "1.9.3"