Skip to content

Commit 2e8299f

Browse files
committed
rust: pin time crate to 0.3.41
0.3.42 introduces dependencies that require Rust 1.81.
1 parent be605ba commit 2e8299f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/Cargo.toml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ldap-parser = { version = "~0.5.0" }
8080
hex = "~0.4.3"
8181
psl = "2"
8282

83-
time = "~0.3.41"
83+
time = "=0.3.41"
8484

8585
suricata-derive = { path = "./derive", version = "@PACKAGE_VERSION@" }
8686
suricata-sys = { path = "./sys", version = "@PACKAGE_VERSION@" }

0 commit comments

Comments
 (0)