Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = [
Copy link
Member Author

@qryxip qryxip Apr 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VOICEVOX/voicevox_core#427を考えるとnbigaouette/onnxruntime-rsとの差分をできるだけ減らしておきたいので、リネームすることで#[test_env_log::test]の形で使える状態を保つ。

"trace",
] }
tracing-subscriber = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v0.2 → v0.3でtracing_subscriber::fmt::SubscriberBuilder::with_env_filterがfeature-gateされたので、featureを指定。

image

ureq = "2.1"

[features]
Expand Down