Skip to content

Commit

Permalink
chore: update slog-global dep to https://github.com/tikv/slog-global (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiKaiWi authored Aug 15, 2022
1 parent 9e00342 commit ec0e8c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
23 changes: 6 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions common_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ tokio-test = "0.4.2"

[dev-dependencies.slog-global]
version = "0.1"
git = "https://github.com/breezewish/slog-global.git"
rev = "0e23a5baff302a9d7bccd85f8f31e43339c2f2c1"
git = "https://github.com/tikv/slog-global.git"
rev = "d592f88e4dbba5eb439998463054f1a44fbf17b9"
4 changes: 2 additions & 2 deletions components/logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ slog_derive = "0.2"

[dependencies.slog-global]
version = "0.1"
git = "https://github.com/breeswish/slog-global.git"
rev = "0e23a5baff302a9d7bccd85f8f31e43339c2f2c1"
git = "https://github.com/tikv/slog-global.git"
rev = "d592f88e4dbba5eb439998463054f1a44fbf17b9"

0 comments on commit ec0e8c8

Please sign in to comment.