ntdsextract2: fix build

if only we had a lock file...
This commit is contained in:
classabbyamp 2023-06-27 03:05:40 -04:00
parent fc6e337dae
commit e1a17d1c55
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -13,4 +13,5 @@ checksum=75b3731dac5e3d2f6d3149f60f4336d3bd2732a1843bfff6e1fcb8d1cc46fc45
post_patch() {
# https://github.com/janstarke/ntdsextract2/pull/8
cargo generate-lockfile
cargo update --package libesedb@0.1.4 --precise 0.1.3
}