Skip to content

Commit cb3e3fb

Browse files
publish v0.4.9
1 parent f96b69e commit cb3e3fb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "arceos-helloworld"
3-
version = "0.4.8"
3+
version = "0.4.9"
44
edition = "2024"
55
authors = ["Yuekai Jia <equation618@gmail.com>", "Yu Chen <yuchen@tsinghua.edu.cn>"]
66
description = "A simple helloworld crate (from crates.io) for ArceOS"
7-
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
7+
license = "GPL-3.0"
88
homepage = "https://github.com/arceos-org/app-helloworld"
9-
repository = "https://github.com/arceos-org/app-helloworld/tree/dev"
9+
repository = "https://github.com/arceos-org/app-helloworld"
1010
keywords = ["arceos", "example"]
1111
categories = ["os", "no-std"]
1212
include = [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# arceos-helloworld
2-
[![Crates.io](https://img.shields.io/crates/v/arceos-helloworld.svg)](https://crates.io/crates/arceos-helloworld) [![Docs.rs](https://docs.rs/arceos-helloworld/badge.svg)](https://docs.rs/arceos-helloworld) [![CI](https://github.com/arceos-org/arceos-helloworld/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/arceos-org/arceos/actions/workflows/ci.yml) [![License](https://img.shields.io/crates/l/arceos-helloworld.svg)](LICENSE)
2+
[![Crates.io](https://img.shields.io/crates/v/arceos-helloworld.svg)](https://crates.io/crates/arceos-helloworld) [![CI](https://github.com/arceos-org/arceos-helloworld/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/arceos-org/arceos/actions/workflows/ci.yml) [![License](https://img.shields.io/crates/l/arceos-helloworld.svg)](LICENSE)
33

44

55
A standalone Hello World application running on [ArceOS](https://github.com/arceos-org/arceos) unikernel, with all dependencies sourced from [crates.io](https://crates.io). Supports multiple architectures via `cargo xtask`.

0 commit comments

Comments
 (0)