Skip to content

Commit af9e7bc

Browse files
authored
feat: unified the upgrade of component version numbers (#82)
* Bump versions for multiple packages to 0.2.0 and update dependencies - Updated version numbers for the following packages to 0.2.0: - arceos-helloworld-myplat - arceos-helloworld - arceos-httpclient - arceos-httpserver - arceos-shell - bwbench-client - deptool - arceos-display - arceos-exception - arceos-fs-shell - arceos-memtest - arceos-net-echoserver - arceos-net-httpclient - arceos-net-httpserver - arceos-net-udpserver - arceos-affinity - arceos-irq - arceos-parallel - arceos-priority - arceos-sleep - arceos-tls - arceos-wait-queue - arceos-yield - Updated version numbers for the following packages to 0.3.x: - axconfig-macros - axfs_devfs - axfs_ramfs - axfs_vfs - cap_access - lazyinit - rsext4 - memory_set - ctor_bare - axsched - cpumask - axbuild - axvisor - axplat-x86-qemu-q35 - axplat-riscv64-qemu-virt - Added a script to bump internal package versions and sync dependencies. * feat: update starry-kernel version to 0.4.0 in Cargo.toml * feat: enhance Cargo.toml with additional component paths and update bump script for metadata handling * Add axhal dependency and update ext4fs for improved error handling and timestamp functionality - Added `axhal` as a dependency in `Cargo.toml`. - Refactored error handling in `ext4fs.rs` to use `Ext4Error` instead of `BlockDevError`. - Updated block device methods to use `rsext4::bmalloc::AbsoluteBN` for block IDs. - Implemented `current_time` method in both `Disk` and `Partition` structs to retrieve the current timestamp using `axhal`. * Update dependencies and version numbers across multiple Cargo.toml files - Bump axbuild version from 0.3.0 to 0.4.0 in StarryOS. - Update axstd, axlibc, arceos_api, arceos_posix_api, axfeat, and other dependencies to version 0.5.0 in ArceOS. - Increment example package versions from 0.2.0 to 0.3.0 for helloworld, httpclient, httpserver, shell, and others. - Update axconfig-macros version from 0.3.1 to 0.4.1 in axconfig and axplat-dyn. - Bump axfs_devfs, axfs_ramfs, and axfs_vfs versions to 0.3.2 in axfs. - Update memory_set version from 0.5.1 to 0.6.1 in axmm. - Increment version numbers for various test suites and tools to 0.3.0. - Update axvisor and axplat-x86-qemu-q35 versions to 0.5.0 and 0.4.0 respectively. - Adjust dependencies in bwbench_client and deptool to version 0.3.0. * bump version to 0.5.0 in Cargo.toml for upcoming release * feat: update arceos packages to version 0.3.0 and 0.5.0, add publish workspace script * refactor: remove timer_list dependency from Cargo.toml and update its version in Cargo.lock * fix: timer_list version * feat: add timer_list dependency with version 0.3.0 in Cargo.toml
1 parent c3cab5f commit af9e7bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "x86_vlapic"
3-
version = "0.2.2"
3+
version = "0.4.2"
44
edition = "2024"
55
description = "x86 Virtual Local APIC"
66
authors = ["Keyang Hu <keyang.hu@qq.com>", "Mingxian Su <aarkegz@gmail.com>"]
@@ -18,9 +18,9 @@ paste = "1.0.15"
1818
tock-registers = "0.10.0"
1919
bit = "0.1.1"
2020

21-
memory_addr = "0.4"
22-
axerrno = "0.2"
21+
memory_addr = "0.6.1"
22+
axerrno = "0.4.2"
2323

24-
axaddrspace = "0.3"
25-
axdevice_base = "0.2.2"
26-
axvisor_api = "0.3"
24+
axaddrspace = "0.5.0"
25+
axdevice_base = "0.4.2"
26+
axvisor_api = "0.5.0"

0 commit comments

Comments
 (0)