Skip to content

Commit 9897bfe

Browse files
committed
[#45] tracing-appender dependency use crates.io repository
1 parent b698016 commit 9897bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ log = "0.4.22"
5656
tracing = "0.1.41"
5757
tracing-log = "0.2.0"
5858
tracing-subscriber = "0.3.19"
59-
tracing-appender = {git = "https://github.com/CurvineIO/tracing-appender.git"}
59+
tracing-appender = { package = "curvine-tracing-appender", version = "0.2.3"}
6060

6161

6262
prost = "0.11.9"

0 commit comments

Comments
 (0)