mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-08 16:52:51 -05:00
bpaf improvements
* use latest published crate. This is a build fix: it was broken when the `exit_code` branch was deleted from the `bpaf` repo, even though the commit still exists! https://github.com/scottlamb/moonfire-nvr/pull/259 * clean up `db-dir` parsing redundancy, as suggested here: https://github.com/pacak/bpaf/discussions/165#discussioncomment-4983158
This commit is contained in:
6
server/Cargo.lock
generated
6
server/Cargo.lock
generated
@@ -147,7 +147,8 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "bpaf"
|
||||
version = "0.7.9"
|
||||
source = "git+https://github.com/pacak/bpaf.git?branch=exit_code#5238a6069abca0d61cf1c000e56bbac946e7ee18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "31f4c9de9c67618395106c81fb9461290a8910af29aa0188daec29001a1181ae"
|
||||
dependencies = [
|
||||
"bpaf_derive",
|
||||
"owo-colors",
|
||||
@@ -156,7 +157,8 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "bpaf_derive"
|
||||
version = "0.3.4"
|
||||
source = "git+https://github.com/pacak/bpaf.git?branch=exit_code#5238a6069abca0d61cf1c000e56bbac946e7ee18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "223f3c9e7034f98c9f315d9945fcc22831b3f03d9f4c42c96a7ab6abd209a195"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
||||
Reference in New Issue
Block a user