Skip to content

Commit d10b121

Browse files
committed
feat: v18.0.3
1 parent 0a93e14 commit d10b121

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperlane-quick-start"
3-
version = "18.0.2"
3+
version = "18.0.3"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

plugin/database/struct.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub struct ErrorContext {
3333
#[get(type(copy), pub(crate))]
3434
pub(super) should_continue: bool,
3535
#[get(pub(crate))]
36-
pub(super) timestamp: std::time::SystemTime,
36+
pub(super) timestamp: SystemTime,
3737
}
3838

3939
#[derive(Clone, Data, Debug, Default)]

plugin/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use common::*;
1313
use std::{
1414
collections::HashMap,
1515
sync::{Arc, OnceLock},
16-
time::{Duration, Instant},
16+
time::{Duration, Instant, SystemTime},
1717
};
1818

1919
use {

0 commit comments

Comments
 (0)