Skip to content

Commit c7acf6f

Browse files
authored
fix: Change log dependency version to '0.4'
Updated log dependency version to a more flexible range.
1 parent 6625593 commit c7acf6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version = "1.87.0"
1515
[workspace.dependencies]
1616
thiserror = "2.0.17"
1717
bitflags = "2.10.0"
18-
log = { version = "0.4.28" }
18+
log = "0.4"
1919
anyhow = "1.0.100"
2020
mio = "1.1.0"
2121
cursor-icon = { version = "1.2.0", default-features = false }

0 commit comments

Comments
 (0)