Skip to content

Commit 0212f27

Browse files
committed
Update version, binaries
1 parent 9e986ce commit 0212f27

File tree

7 files changed

+128
-123
lines changed

7 files changed

+128
-123
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,14 @@ jobs:
2727
- windows-latest
2828

2929
toolchain:
30-
- 1.82.0
30+
- 1.88.0
3131
- stable
3232
- nightly
33-
3433
steps:
3534
- uses: actions/checkout@v2
36-
- uses: extractions/setup-just@v1
35+
- uses: taiki-e/install-action@v2
3736
with:
38-
just-version: 1.10.0
37+
tool: just@1.40.0
3938
- uses: Swatinem/rust-cache@v2
4039
with:
4140
key: ${{ runner.os }}-${{ hashFiles('Cargo.lock') }}-${{ matrix.toolchain }}
@@ -58,7 +57,5 @@ jobs:
5857
- name: Run pid1 tests
5958
run: just test-init-image
6059
if: runner.os == 'Linux'
61-
- name: clippy
62-
run: cargo clippy -- --deny "warnings"
63-
- name: fmt
64-
run: cargo fmt -- --check
60+
- name: Lint
61+
run: just lint

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.1.5
2+
3+
- Bump versions.
4+
- Remove confusing non PID 1 log message.
5+
16
# v0.1.4
27

38
- Add integration testing

Cargo.lock

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

0 commit comments

Comments
 (0)