evtx: update time-rs for rust 1.80

This commit is contained in:
Andrew Benson 2024-07-26 16:42:34 -05:00
parent 836ce4c81a
commit 69ec3f0825
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'evtx'
pkgname=evtx
version=0.8.2
revision=1
revision=2
build_style=cargo
short_desc="Parser for the Windows XML Event Log (EVTX) format"
maintainer="Andrew Benson <abenson+void@gmail.com>"
@ -9,3 +9,7 @@ license="Apache-2.0"
homepage="https://github.com/omerbenamram/evtx"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=5330f3d811fb3aae468260d01f95103385c1ad7caca37ee282814c9e37956cd2
post_patch() {
cargo update --package time --precise 0.3.35
}