Skip to content

Commit

Permalink
Updated to non path dependency for bp3d-logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri6037 committed Mar 27, 2024
1 parent 4066585 commit adf8ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["development-tools", "development-tools::debugging", "development-
[dependencies]
tracing = "0.1.32"
tracing-core = "0.1.24"
bp3d-logger = { version = "2.0.0-rc.1.0.0", path = "../debug.logger" }
bp3d-logger = "2.0.0-rc.1.0.0"
time = { version = "0.3.0", features = ["macros", "formatting"] }
log = "0.4.16"
dashmap = "5.4.0"
Expand Down

0 comments on commit adf8ff6

Please sign in to comment.