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. (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Dec 20, 2023
1 parent e47f2c3 commit 53fcaf7
Show file tree
Hide file tree
Showing 9 changed files with 112 additions and 292 deletions.
12 changes: 9 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,6 +46,10 @@ jobs:
- uses: actions/checkout@v3
- uses: moonrepo/setup-rust@v1
with:
bins: cargo-wasi, cargo-nextest
- run: cargo wasi build
- run: cargo nextest run
bins: cargo-nextest
cache: false
- 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.7.0

#### 🚀 Updates

- Updated to support proto v0.26 release.

#### ⚙️ Internal

- Updated dependencies.

## 0.6.0

#### 🚀 Updates
Expand Down
Loading

0 comments on commit 53fcaf7

Please sign in to comment.