Bump the project version to 0.17.0
This commit is contained in:
parent
37f5d1db87
commit
90f916793d
|
|
@ -18,4 +18,4 @@ jobs:
|
||||||
uses: pxpm/github-tag-action@1.0.1
|
uses: pxpm/github-tag-action@1.0.1
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: v0.16.2
|
tag: v0.17.0
|
||||||
|
|
|
||||||
|
|
@ -1181,11 +1181,11 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "linux-boot-params"
|
name = "linux-boot-params"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "linux-bzimage-builder"
|
name = "linux-bzimage-builder"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"align_ext",
|
"align_ext",
|
||||||
"bitflags 1.3.2",
|
"bitflags 1.3.2",
|
||||||
|
|
@ -1197,7 +1197,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "linux-bzimage-setup"
|
name = "linux-bzimage-setup"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"core2",
|
"core2",
|
||||||
|
|
@ -1413,7 +1413,7 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "osdk-frame-allocator"
|
name = "osdk-frame-allocator"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"ostd",
|
"ostd",
|
||||||
|
|
@ -1422,7 +1422,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "osdk-heap-allocator"
|
name = "osdk-heap-allocator"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"ostd",
|
"ostd",
|
||||||
|
|
@ -1430,7 +1430,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "osdk-test-kernel"
|
name = "osdk-test-kernel"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ostd",
|
"ostd",
|
||||||
"owo-colors 4.2.2",
|
"owo-colors 4.2.2",
|
||||||
|
|
@ -1438,7 +1438,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ostd"
|
name = "ostd"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"acpi",
|
"acpi",
|
||||||
"align_ext",
|
"align_ext",
|
||||||
|
|
@ -1475,7 +1475,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ostd-macros"
|
name = "ostd-macros"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|
@ -1503,7 +1503,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ostd-test"
|
name = "ostd-test"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "owo-colors"
|
name = "owo-colors"
|
||||||
|
|
@ -1815,7 +1815,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sctrace"
|
name = "sctrace"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"nix",
|
"nix",
|
||||||
|
|
|
||||||
|
|
@ -184,7 +184,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cargo-osdk"
|
name = "cargo-osdk"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|
@ -635,7 +635,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "linux-bzimage-builder"
|
name = "linux-bzimage-builder"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"align_ext",
|
"align_ext",
|
||||||
"bitflags 1.3.2",
|
"bitflags 1.3.2",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cargo-osdk"
|
name = "cargo-osdk"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "Accelerate OS development with Asterinas OSDK"
|
description = "Accelerate OS development with Asterinas OSDK"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
@ -10,7 +10,7 @@ repository = "https://github.com/asterinas/asterinas"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
linux-bzimage-builder = { version = "0.16.2", path = "../ostd/libs/linux-bzimage/builder" }
|
linux-bzimage-builder = { version = "0.17.0", path = "../ostd/libs/linux-bzimage/builder" }
|
||||||
clap = { version = "4.4.17", features = ["cargo", "derive"] }
|
clap = { version = "4.4.17", features = ["cargo", "derive"] }
|
||||||
chrono = "0.4.38"
|
chrono = "0.4.38"
|
||||||
env_logger = "0.11.0"
|
env_logger = "0.11.0"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "osdk-frame-allocator"
|
name = "osdk-frame-allocator"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "The default buddy system frame allocator shipped with OSDK."
|
description = "The default buddy system frame allocator shipped with OSDK."
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
@ -9,7 +9,7 @@ readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
ostd = { version = "0.16.2", path = "../../../ostd" }
|
ostd = { version = "0.17.0", path = "../../../ostd" }
|
||||||
paste = "1.0.15"
|
paste = "1.0.15"
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "osdk-heap-allocator"
|
name = "osdk-heap-allocator"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "The default slab-based heap allocator shipped with OSDK."
|
description = "The default slab-based heap allocator shipped with OSDK."
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
@ -9,7 +9,7 @@ readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
ostd = { version = "0.16.2", path = "../../../ostd" }
|
ostd = { version = "0.17.0", path = "../../../ostd" }
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "osdk-test-kernel"
|
name = "osdk-test-kernel"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "The OSTD-based kernel for running unit tests with OSDK."
|
description = "The OSTD-based kernel for running unit tests with OSDK."
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
@ -10,7 +10,7 @@ readme = "README.md"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ostd = { version = "0.16.2", path = "../../../ostd" }
|
ostd = { version = "0.17.0", path = "../../../ostd" }
|
||||||
owo-colors = "4.0.0"
|
owo-colors = "4.0.0"
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ostd"
|
name = "ostd"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "Rust OS framework that facilitates the development of and innovation in OS kernels"
|
description = "Rust OS framework that facilitates the development of and innovation in OS kernels"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
@ -25,11 +25,11 @@ id-alloc = { path = "libs/id-alloc", version = "0.1.0" }
|
||||||
inherit-methods-macro = { git = "https://github.com/asterinas/inherit-methods-macro", rev = "98f7e3e", version = "0.1.0" }
|
inherit-methods-macro = { git = "https://github.com/asterinas/inherit-methods-macro", rev = "98f7e3e", version = "0.1.0" }
|
||||||
int-to-c-enum = { path = "../kernel/libs/int-to-c-enum", version = "0.1.0" }
|
int-to-c-enum = { path = "../kernel/libs/int-to-c-enum", version = "0.1.0" }
|
||||||
intrusive-collections = { version = "0.9.6", features = ["nightly"] }
|
intrusive-collections = { version = "0.9.6", features = ["nightly"] }
|
||||||
linux-boot-params = { version = "0.16.2", path = "libs/linux-bzimage/boot-params" }
|
linux-boot-params = { version = "0.17.0", path = "libs/linux-bzimage/boot-params" }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
num-traits = { version = "0.2", default-features = false }
|
num-traits = { version = "0.2", default-features = false }
|
||||||
ostd-macros = { version = "0.16.2", path = "libs/ostd-macros" }
|
ostd-macros = { version = "0.17.0", path = "libs/ostd-macros" }
|
||||||
ostd-test = { version = "0.16.2", path = "libs/ostd-test" }
|
ostd-test = { version = "0.17.0", path = "libs/ostd-test" }
|
||||||
ostd-pod = { git = "https://github.com/asterinas/ostd-pod", rev = "c4644be", version = "0.1.1" }
|
ostd-pod = { git = "https://github.com/asterinas/ostd-pod", rev = "c4644be", version = "0.1.1" }
|
||||||
spin = "0.9.4"
|
spin = "0.9.4"
|
||||||
smallvec = "1.13.2"
|
smallvec = "1.13.2"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "linux-boot-params"
|
name = "linux-boot-params"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "The Boot Parameters for Linux Boot Protocol"
|
description = "The Boot Parameters for Linux Boot Protocol"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "linux-bzimage-builder"
|
name = "linux-bzimage-builder"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "Linux boot compatibility for modern OSes"
|
description = "Linux boot compatibility for modern OSes"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "linux-bzimage-setup"
|
name = "linux-bzimage-setup"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "The linux bzImage setup binary"
|
description = "The linux bzImage setup binary"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
@ -16,7 +16,7 @@ path = "src/main.rs"
|
||||||
cfg-if = "1.0.0"
|
cfg-if = "1.0.0"
|
||||||
core2 = { version = "0.4.0", default-features = false, features = ["nightly"] }
|
core2 = { version = "0.4.0", default-features = false, features = ["nightly"] }
|
||||||
libflate = { version = "2.1.0", default-features = false }
|
libflate = { version = "2.1.0", default-features = false }
|
||||||
linux-boot-params = { version = "0.16.2", path = "../boot-params" }
|
linux-boot-params = { version = "0.17.0", path = "../boot-params" }
|
||||||
uart_16550 = "0.3.0"
|
uart_16550 = "0.3.0"
|
||||||
xmas-elf = "0.10.0"
|
xmas-elf = "0.10.0"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ostd-macros"
|
name = "ostd-macros"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "OSTD's proc macros"
|
description = "OSTD's proc macros"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ostd-test"
|
name = "ostd-test"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "The kernel mode unit testing framework of OSTD"
|
description = "The kernel mode unit testing framework of OSTD"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sctrace"
|
name = "sctrace"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "Syscall Compatibility Tracer (sctrace) that analyzes and validates system call against System Call Matching Language (SCML)"
|
description = "Syscall Compatibility Tracer (sctrace) that analyzes and validates system call against System Call Matching Language (SCML)"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue