Update versions

This commit is contained in:
Zhang Junyang 2023-12-21 20:49:55 +08:00 committed by Tate, Hongliang Tian
parent 6c50c10001
commit 94f8914a5e
7 changed files with 11 additions and 11 deletions

View File

@ -10,9 +10,9 @@ jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
container: asterinas/asterinas:0.2.2
container: asterinas/asterinas:0.2.3
steps:
- run: echo "Running in asterinas/asterinas:0.2.2"
- run: echo "Running in asterinas/asterinas:0.2.3"
- uses: actions/checkout@v3

View File

@ -10,9 +10,9 @@ jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 30
container: asterinas/asterinas:0.2.2
container: asterinas/asterinas:0.2.3
steps:
- run: echo "Running in asterinas/asterinas:0.2.2"
- run: echo "Running in asterinas/asterinas:0.2.3"
- uses: actions/checkout@v3

View File

@ -10,9 +10,9 @@ jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
container: asterinas/asterinas:0.2.2
container: asterinas/asterinas:0.2.3
steps:
- run: echo "Running in asterinas/asterinas:0.2.2"
- run: echo "Running in asterinas/asterinas:0.2.3"
- uses: actions/checkout@v3

View File

@ -1,6 +1,6 @@
[package]
name = "asterinas"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
[[bin]]

View File

@ -42,12 +42,12 @@ git clone [repository url]
2. After downloading the source code, run the following command to pull the development image.
```bash
docker pull asterinas/asterinas:0.2.2
docker pull asterinas/asterinas:0.2.3
```
3. Start the development container.
```bash
docker run -it --privileged --network=host --device=/dev/kvm -v `pwd`:/root/asterinas asterinas/asterinas:0.2.2
docker run -it --privileged --network=host --device=/dev/kvm -v `pwd`:/root/asterinas asterinas/asterinas:0.2.3
```
**All build and test commands should be run inside the development container.**

View File

@ -1 +1 @@
0.2.2
0.2.3

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-12-01"
channel = "nightly-2023-12-22"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]