Skip to content

Commit a49e36b

Browse files
committed
Release v0.2.0
1 parent e392b2b commit a49e36b

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ members = [
3333
]
3434

3535
[workspace.package]
36-
version = "0.1.0"
36+
version = "0.2.0"
3737
edition = "2024"
3838
authors = ["Yuekai Jia <equation618@gmail.com>"]
3939
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ make PLAT_CONFIG=$(pwd)/configs/custom/x86_64-pc-oslab.toml A=examples/httpserve
208208
```toml
209209
# In Cargo.toml
210210
[dependencies]
211-
axalloc = { git = "https://github.com/arceos-org/arceos.git", tag = "v0.1.0" } # modules/axalloc
212-
axhal = { git = "https://github.com/arceos-org/arceos.git", tag = "v0.1.0" } # modules/axhal
211+
axalloc = { git = "https://github.com/arceos-org/arceos.git", tag = "v0.2.0" } # modules/axalloc
212+
axhal = { git = "https://github.com/arceos-org/arceos.git", tag = "v0.2.0" } # modules/axhal
213213
```
214214

215215
## Design

0 commit comments

Comments
 (0)