mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
fix: adjust chrono dependency requirement (#680)
This commit is contained in:
committed by
GitHub
parent
0fc910a9f3
commit
76cfdc32b4
@@ -23,7 +23,7 @@ once_cell = "1"
|
|||||||
sha2 = "0.10"
|
sha2 = "0.10"
|
||||||
base64 = "0.21"
|
base64 = "0.21"
|
||||||
u2f = "0.2"
|
u2f = "0.2"
|
||||||
chrono = "<=0.4.29"
|
chrono = ">= 0.4.0, <0.4.30"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user