You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a quick workaround without having to use tauri itself from git is to overwrite time's version with its git version by adding this to your cargo.toml file
[dependencies]
time = { git = "https://github.com/time-rs/time", rev = "v0.3.21" } # needed no matter if you use it as a direct dependency to prevent a cargo panic
[patch.crates-io]
time = { git = "https://github.com/time-rs/time", rev = "v0.3.21" }
Describe the bug
In the following tauri-crates there's a hard dependency to the
time
crate, set at version=0.3.15
:core/tauri
core/tauri-codegen
core/tauri/tests/app-updater
tooling/bench
tooling/bundler
Reproduction
No response
Expected behavior
No response
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: