Skip to content

fix: pin time crate to <0.3.47 to resolve tauri-utils CI conflict#7

Merged
Agions merged 2 commits into
mainfrom
fix/pin-time-crate
Jun 12, 2026
Merged

fix: pin time crate to <0.3.47 to resolve tauri-utils CI conflict#7
Agions merged 2 commits into
mainfrom
fix/pin-time-crate

Conversation

@Agions

@Agions Agions commented Jun 12, 2026

Copy link
Copy Markdown
Owner

CI 无 Cargo.lock 时拉取 time 0.3.48+,移除 HourBase trait 导致 tauri-utils 2.9.2 编译失败。显式锁定 time 版本确保兼容。

Agions added 2 commits June 12, 2026 21:18
tauri-utils 2.9.2 depends on time >=0.3.18, <0.3.47 but CI (no Cargo.lock)
resolves to 0.3.48+ which removes the public HourBase trait, causing:

  error[E0277]: the trait bound  is not satisfied

Pin time to [0.3.36, 0.3.47) to guarantee a compatible version.
TS6192: All imports in import declaration are unused.
The VideoMetadata, ROI, etc. types are used by the underlying
stores, not by this facade layer.
@Agions Agions merged commit 2eb184f into main Jun 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant