Skip to content

Commit 21326fd

Browse files
Josen-BAsakuraMizu
andauthored
build: update dependencies using crates.io version (#114)
Co-authored-by: 朝倉水希 <asakuramizu111@gmail.com>
1 parent 21da36f commit 21326fd

4 files changed

Lines changed: 38 additions & 37 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ scope-local = "0.1"
7373
slab = { version = "0.4.9", default-features = false }
7474
spin = "0.10"
7575
starry-process = "0.2"
76-
starry-signal = { version = "0.2", git = "https://github.com/Starry-OS/starry-signal.git", tag = "dev-v02" }
76+
starry-signal = "0.2.4-preview.1"
7777
starry-vm = "0.2"
7878

7979
starry-core = { path = "./core" }
@@ -129,9 +129,7 @@ starry-core.workspace = true
129129
starry-api.workspace = true
130130

131131
[dependencies.axplat-riscv64-visionfive2]
132-
version = "0.3"
133-
git = "https://github.com/Starry-OS/axplat-riscv64-visionfive2.git"
134-
tag = "dev-v03"
132+
version = "0.1.0-pre.1"
135133
features = ["fp-simd", "irq", "rtc"]
136134
optional = true
137135

arceos

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern-trait.workspace = true
2929
hashbrown = { workspace = true }
3030
inherit-methods-macro = "0.1.0"
3131
kernel_guard = "0.1"
32-
kernel-elf-parser = { git = "https://github.com/Starry-OS/kernel_elf_parser.git", rev = "fdcce74" }
32+
kernel-elf-parser = "0.3.4"
3333
kspin.workspace = true
3434
lazy_static = { workspace = true }
3535
linkme.workspace = true

0 commit comments

Comments
 (0)