Skip to content

Commit bff9404

Browse files
authored
Merge pull request #219 from recatek/main
Moving log release_max_level_off from workspace level to oxvg applica…
2 parents 539ba2f + f3eda8e commit bff9404

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ lightningcss = { version = "1.0.0-alpha.63", default-features = false, features
5353
"grid",
5454
"visitor",
5555
] }
56-
log = { version = "0.4", features = ["release_max_level_off"] }
56+
log = { version = "0.4" }
5757
lsp-types = "0.97"
5858
markup5ever = "0.14"
5959
napi = { version = "3.4", default-features = false, features = ["napi7"] }

crates/oxvg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ anyhow = { workspace = true }
3333
clap = { workspace = true }
3434
etcetera = "0.10"
3535
ignore = "0.4"
36-
log = { workspace = true }
36+
log = { workspace = true, features = ["release_max_level_off"] }
3737
roxmltree = { workspace = true }
3838
serde = { workspace = true }
3939
serde_json = { workspace = true }

0 commit comments

Comments
 (0)