Skip to content

Commit 35c3f6a

Browse files
committed
Fix axplat version in cargo-axplat, bump to v0.2.1
1 parent b0946bf commit 35c3f6a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-axplat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-axplat"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Manages hardware platform packages using `axplat`"
55
keywords = ["arceos", "hal", "hardware", "cargo-subcommand"]
66
categories = ["development-tools", "development-tools::cargo-plugins", "embedded", "hardware-support", "os"]

cargo-axplat/template/_Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ smp = ["axplat/smp"]
99

1010
[dependencies]
1111
axconfig-macros = "0.2"
12-
axplat = { git = "https://github.com/arceos-org/axplat_crates" }
12+
axplat = "0.1"

0 commit comments

Comments
 (0)