Skip to content

Commit d0e6ad3

Browse files
author
Codex Verify
committed
Bump versions for multiple crates to 0.5.11 and 0.4.7
- Updated the version in Cargo.toml for the workspace package to 0.5.11. - Set version to 0.4.7 for ax-config-gen and ax-config-macros. - Bumped version to 0.3.11 for various axdriver crates. - Updated memory_addr and memory_set to version 0.6.7. - Set version to 0.5.7 for ax-plat and its platform-specific crates. - Bumped version to 0.3.4 for several test crates. - Updated version for ax-ctor-bare and ax-ctor-bare-macros to 0.4.7. - Bumped page_table_entry and page_table_multiarch to 0.8.7. - Updated ax-percpu and ax-percpu-macros to version 0.4.9. - Set version to 0.5.11 for multiple ArceOS modules and libraries. - Updated axplat-dyn and xtask to version 0.5.11.
1 parent 7e738fe commit d0e6ad3

60 files changed

Lines changed: 121 additions & 121 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace.package]
22
edition = "2024"
3-
version = "0.5.10"
3+
version = "0.5.11"
44
authors = ["RCore Team <yuchen@tsinghua.edu.cn>"]
55
license = "Apache-2.0"
66
repository = "https://github.com/rcore-os/tgoskits"

components/axconfig-gen/axconfig-gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "ax-config-gen"
33
description = "A TOML-based configuration generation tool for ArceOS."
44
categories = ["config", "parsing", "parser-implementations"]
55
keywords.workspace = true
6-
version.workspace = true
6+
version = "0.4.7"
77
repository.workspace = true
88
edition.workspace = true
99
authors.workspace = true

components/axconfig-gen/axconfig-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "ax-config-macros"
33
description = "Procedural macros for converting TOML format configurations to Rust constant definitions."
44
categories = ["development-tools::procedural-macro-helpers", "config", "parsing", "parser-implementations"]
55
keywords.workspace = true
6-
version.workspace = true
6+
version = "0.4.7"
77
repository.workspace = true
88
edition.workspace = true
99
authors.workspace = true

components/axdriver_crates/axdriver_base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ax-driver-base"
33
edition.workspace = true
4-
version.workspace = true
4+
version = "0.3.11"
55
repository.workspace = true
66
authors.workspace = true
77
description = "Common interfaces for all kinds of device drivers"

components/axdriver_crates/axdriver_block/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ax-driver-block"
33
edition.workspace = true
4-
version.workspace = true
4+
version = "0.3.11"
55
repository.workspace = true
66
authors.workspace = true
77
description = "Common traits and types for block storage drivers"

components/axdriver_crates/axdriver_display/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ax-driver-display"
33
edition.workspace = true
4-
version.workspace = true
4+
version = "0.3.11"
55
repository.workspace = true
66
authors.workspace = true
77
description = "Common traits and types for graphics device drivers"

components/axdriver_crates/axdriver_input/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ax-driver-input"
33
edition.workspace = true
4-
version.workspace = true
4+
version = "0.3.11"
55
repository.workspace = true
66
authors.workspace = true
77
description = "Common traits and types for input device drivers"

components/axdriver_crates/axdriver_net/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ax-driver-net"
33
edition.workspace = true
4-
version.workspace = true
4+
version = "0.3.11"
55
repository.workspace = true
66
authors = [
77
"Yuekai Jia <equation618@gmail.com>",

components/axdriver_crates/axdriver_pci/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ax-driver-pci"
33
edition.workspace = true
4-
version.workspace = true
4+
version = "0.3.11"
55
repository.workspace = true
66
authors.workspace = true
77
description = "Structures and functions for PCI bus operations"

0 commit comments

Comments
 (0)