Skip to content

Commit

Permalink
Merge pull request #2 from arceos-hypervisor/log_version
Browse files Browse the repository at this point in the history
[fix] set log dep version as 0.4.21
  • Loading branch information
hky1999 authored Oct 18, 2024
2 parents 35bf195 + ec34212 commit 69c0c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[features]

[dependencies]
log = "=0.4.19"
log = "0.4"
cfg-if = "1.0"
serde = { version = "1.0.204", default-features = false, features = ["derive", "alloc"] }
# System independent crates provided by ArceOS.
Expand Down

0 comments on commit 69c0c2b

Please sign in to comment.