Skip to content

Commit

Permalink
修复:
Browse files Browse the repository at this point in the history
'flexi_logger-flusher' has overflowed its stack
emabee/flexi_logger#95
jqnatividad/qsv@6905e9c
  • Loading branch information
tkzcfc committed Jul 18, 2024
1 parent 95ab97c commit a7466a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion np_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ num = { version = "0.4.1", features = [] }
clap = { version = "4.4.12", features = ["derive"] }
anyhow = "1.0.86"
log = "0.4.20"
flexi_logger = { version = "0.27.3", features = ["async"] }
flexi_logger = { version = "0.27.3", features = ["async", "dont_minimize_extra_stacks"] }
bytes = "1.5.0"
byteorder = "1.5.0"

0 comments on commit a7466a1

Please sign in to comment.