Skip to content

Commit

Permalink
tracing-subscriberをv0.3に上げる (#22)
Browse files Browse the repository at this point in the history
* tracing-subscriberをv0.3に上げる

* test-env-logもtest-logに入れ替える
  • Loading branch information
qryxip authored Apr 23, 2023
1 parent c322c6a commit ab89807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onnxruntime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ ureq = { version = "2.1", optional = true }

[dev-dependencies]
image = "0.23"
test-env-log = { version = "0.2", default-features = false, features = [
test_env_log = { package = "test-log", version = "0.2", default-features = false, features = [
"trace",
] }
tracing-subscriber = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
ureq = "2.1"

[features]
Expand Down

0 comments on commit ab89807

Please sign in to comment.