Skip to content

Commit

Permalink
chore: fix compile error in rust 1.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leizhiyuan committed Oct 12, 2024
1 parent 18577c2 commit 033de98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ minitrace = "0.4"
byteorder = "1"
mac_address = "1.1.4"
hex = "0.4.3"
time = { version = "0.3", features = ["local-offset"] }
time = { version = "0.3.36", features = ["local-offset"] }
once_cell = "1.18.0"

mockall = "0.11.4"
Expand Down

0 comments on commit 033de98

Please sign in to comment.