Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
new: Support proto v0.26. (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Dec 20, 2023
1 parent 3491935 commit ad256d0
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 282 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: moonrepo/setup-rust@v1
with:
cache: false
components: rustfmt
- run: cargo fmt --all --check
lint:
Expand All @@ -31,6 +32,7 @@ jobs:
- uses: actions/checkout@v3
- uses: moonrepo/setup-rust@v1
with:
cache: false
components: clippy
- run: cargo clippy --workspace --all-targets
test:
Expand All @@ -44,7 +46,10 @@ jobs:
- uses: actions/checkout@v3
- uses: moonrepo/setup-rust@v1
with:
bins: cargo-wasi, cargo-nextest
bins: cargo-nextest
cache: false
- run: cargo wasi build
- run: cargo nextest run
- uses: moonrepo/setup-toolchain@v0
with:
proto-version: 0.26.0-rc.2
- uses: moonrepo/build-proto-plugin@v0
- run: cargo nextest run --no-default-features
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- uses: moonrepo/setup-rust@v1
with:
cache: false
targets: wasm32-wasi
- uses: moonrepo/build-proto-plugin@v0
- if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
uses: ncipollo/release-action@v1
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.6.0

#### 🚀 Updates

- Updated to support proto v0.26 release.

#### ⚙️ Internal

- Updated dependencies.

## 0.5.0

#### 🚀 Updates
Expand Down
Loading

0 comments on commit ad256d0

Please sign in to comment.