Skip to content

Commit 66d43dd

Browse files
authored
ci: fix msrv due to log 0.4.0 usage in CI
ci: fix msrv
2 parents 9599b00 + eb731d2 commit 66d43dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ logging = ["dep:log"]
2020

2121
[dependencies]
2222
serde = { version = "1.0", optional = true }
23-
log = { version = "0.4", optional = true}
23+
log = { version = ">=0.4.4", optional = true }
24+
# versions less than this do not compile due to custom #[macro_export] macros

0 commit comments

Comments
 (0)