27 lines
800 B
Diff
27 lines
800 B
Diff
From f4c2faab82bf903c800417c8b04a9d9763bc7c61 Mon Sep 17 00:00:00 2001
|
|
From: licunlong <licunlong1@huawei.com>
|
|
Date: Fri, 30 Jun 2023 10:54:12 +0800
|
|
Subject: [PATCH] fix: version 0.3.10 may fail to build when use tuna source,
|
|
use 0.3.5
|
|
|
|
---
|
|
libs/basic/Cargo.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/libs/basic/Cargo.toml b/libs/basic/Cargo.toml
|
|
index 42ac3ab..c18991a 100644
|
|
--- a/libs/basic/Cargo.toml
|
|
+++ b/libs/basic/Cargo.toml
|
|
@@ -21,7 +21,7 @@ lazy_static = "1.4.0"
|
|
bitflags = "1.3.2"
|
|
pkg-config = "0.3"
|
|
rand = "0.4.6"
|
|
-time = {version = "=0.3.10", features = ["formatting", "macros", "local-offset"] }
|
|
+time = {version = "=0.3.5", features = ["formatting", "macros", "local-offset"] }
|
|
constants = { path = "../constants"}
|
|
|
|
[dev-dependencies]
|
|
--
|
|
2.33.0
|
|
|