Skip to content

Commit

Permalink
Merge pull request #189 from arceos-org/do_lock_log
Browse files Browse the repository at this point in the history
  • Loading branch information
equation314 authored Oct 19, 2024
2 parents 7251ab8 + f993fe1 commit f03dcbb
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion modules/axalloc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ slab = ["allocator/slab"]
buddy = ["allocator/buddy"]

[dependencies]
log = "0.4.21"
log = "=0.4.21"
cfg-if = "1.0"
kspin = "0.1"
memory_addr = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion modules/axdisplay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/arceos-org/arceos/tree/main/modules/axdisplay"
documentation = "https://arceos-org.github.io/arceos/axdisplay/index.html"

[dependencies]
log = "0.4.21"
log = "=0.4.21"
lazyinit = "0.2"
axdriver = { workspace = true, features = ["display"] }
axsync = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion modules/axdma/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/arceos-org/arceos/tree/main/modules/axdma"
documentation = "https://arceos-org.github.io/arceos/axdma/index.html"

[dependencies]
log = "0.4.21"
log = "=0.4.21"
kspin = "0.1"
memory_addr = "0.3"
axerrno = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion modules/axdriver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ixgbe = ["net", "axdriver_net/ixgbe", "dep:axalloc", "dep:axhal", "dep:axdma"]
default = ["bus-pci"]

[dependencies]
log = "0.4.21"
log = "=0.4.21"
cfg-if = "1.0"
axdriver_base = { git = "https://github.com/arceos-org/axdriver_crates.git", tag = "v0.1.0" }
axdriver_block = { git = "https://github.com/arceos-org/axdriver_crates.git", tag = "v0.1.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion modules/axfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use-ramdisk = []
default = ["devfs", "ramfs", "fatfs", "procfs", "sysfs"]

[dependencies]
log = "0.4.21"
log = "=0.4.21"
cfg-if = "1.0"
lazyinit = "0.2"
cap_access = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion modules/axhal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rtc = ["x86_rtc", "riscv_goldfish", "arm_pl031"]
default = []

[dependencies]
log = "0.4.21"
log = "=0.4.21"
cfg-if = "1.0"
linkme = "0.3"
bitflags = "2.6"
Expand Down
2 changes: 1 addition & 1 deletion modules/axlog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ default = []

[dependencies]
cfg-if = "1.0"
log = "0.4.21"
log = "=0.4.21"
kspin = "0.1"
crate_interface = "0.1"
chrono = { version = "0.4", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion modules/axmm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ documentation = "https://arceos-org.github.io/arceos/axmm/index.html"
axhal = { workspace = true, features = ["paging"] }
axconfig = { workspace = true }

log = "0.4.21"
log = "=0.4.21"
axerrno = "0.1"
lazyinit = "0.2"
memory_addr = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion modules/axnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ smoltcp = []
default = ["smoltcp"]

[dependencies]
log = "0.4.21"
log = "=0.4.21"
cfg-if = "1.0"
spin = "0.9"
lazyinit = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion modules/axtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test = ["percpu?/sp-naive"]

[dependencies]
cfg-if = "1.0"
log = "0.4.21"
log = "=0.4.21"
axhal = { workspace = true }
axconfig = { workspace = true, optional = true }
percpu = { version = "0.1", optional = true }
Expand Down

0 comments on commit f03dcbb

Please sign in to comment.