Skip to content

Commit

Permalink
update logger version
Browse files Browse the repository at this point in the history
  • Loading branch information
harlanc committed Feb 12, 2023
1 parent a5a7f57 commit ac3c9d2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
16 changes: 15 additions & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion application/xiu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ clap = "4.1.4"
rtmp = "0.1.0" #{path = "../../protocol/rtmp/"}#"0.0.4"
httpflv = "0.1.1" #{path = "../../protocol/httpflv/"}
hls = "0.1.1" #{path = "../../protocol/hls/"}
env_logger_extend = "0.1.0"
# rtmp = { path = "../../protocol/rtmp/" } #"0.0.4"
# httpflv = { path = "../../protocol/httpflv/" }
# hls = { path = "../../protocol/hls/" }
env_logger_extend = {path = "../../library/logger/"}
# env_logger_extend = {path = "../../library/logger/"}

[features]
default = ["std"]
Expand Down

0 comments on commit ac3c9d2

Please sign in to comment.