Skip to content

Commit 7f262ac

Browse files
committed
feat: upgrade axerrno to 0.2, add package info
1 parent 4c91a6b commit 7f262ac

File tree

2 files changed

+37
-10
lines changed

2 files changed

+37
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22
name = "starry-vm"
33
version = "0.2.0"
44
edition = "2024"
5-
authors = [
6-
"Mivik <mivikq@gmail.com>",
7-
"Asakura Mizu <asakuramizu111@gmail.com>",
8-
]
5+
authors = ["朝倉水希 <asakuramizu111@gmail.com>", "Mivik <mivikq@gmail.com>"]
6+
description = "Virtual memory management library for Starry OS"
7+
keywords = ["virtual memory", "vm", "memory management", "os", "starry"]
8+
license = "MIT OR Apache-2.0"
9+
repository = "https://github.com/Starry-OS/starry-vm"
910

1011
[features]
1112
default = ["alloc"]
1213
alloc = []
1314

1415
[dependencies]
15-
axerrno = "0.1"
16+
axerrno = "0.2"
1617
bytemuck = { version = "1.24", features = [
1718
"align_offset",
1819
"const_zeroed",
@@ -23,8 +24,5 @@ extern-trait = "0.2"
2324
[dev-dependencies]
2425
bytemuck = { version = "1.24", features = ["derive"] }
2526

26-
[patch.crates-io]
27-
axerrno = { git = "https://github.com/Starry-OS/axerrno.git" }
28-
2927
[package.metadata.docs.rs]
3028
all-features = true

0 commit comments

Comments
 (0)