Skip to content

Commit 234036a

Browse files
authored
chore(repo): bump core crate package versions (#470)
1 parent fc1c98e commit 234036a

5 files changed

Lines changed: 16 additions & 43 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/ax-lazyinit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ax-lazyinit"
3-
version = "0.4.6"
3+
version = "0.4.7"
44
repository = "https://github.com/rcore-os/tgoskits"
55
edition.workspace = true
66
authors = ["Yuekai Jia <equation618@gmail.com>"]

components/axmm_crates/memory_addr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "ax-memory-addr"
33
description = "Wrappers and helper functions for physical and virtual addresses"
44
keywords = ["arceos", "address", "virtual-memory"]
55

6-
version = "0.6.7"
6+
version = "0.6.8"
77
repository = "https://github.com/rcore-os/tgoskits"
88
edition.workspace = true
99
authors = ["Yuekai Jia <equation618@gmail.com>", "aarkegz <aarkegz@gmail.com>"]

components/kernel_guard/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ax-kernel-guard"
3-
version = "0.3.8"
3+
version = "0.3.9"
44
repository = "https://github.com/rcore-os/tgoskits"
55
edition.workspace = true
66
authors = ["Yuekai Jia <equation618@gmail.com>"]

scripts/test/clippy_crates.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ ax-lockdep
5151
ax-kspin
5252
ax-kernel-guard
5353
ax-lazyinit
54+
ax-memory-addr
5455
ax-memory-set
5556
axpanic
5657
ax-plat

0 commit comments

Comments
 (0)