Skip to content

Commit

Permalink
deps(proto): Update to v0.40. (#1616)
Browse files Browse the repository at this point in the history
* Update deps.

* Fix issues.

* Update impls.

* Fixes.

* Fixes.
  • Loading branch information
milesj authored Aug 19, 2024
1 parent 4d774a1 commit e90aa1a
Show file tree
Hide file tree
Showing 35 changed files with 374 additions and 289 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
with:
auto-install: true
cache: ${{ runner.os == 'Linux' }}
proto-version: '0.39.7' # Keep in sync
proto-version: '0.40.0' # Keep in sync
- uses: mozilla-actions/[email protected]
if: ${{ vars.ENABLE_SCCACHE == 'true' }}
- name: Checking coverage status
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

- We've sunset the CI insights feature in moonbase. We will no longer be tracking CI run history.
This is a retroactive change that applies to all moon versions.
- Updated proto to v0.40.0 (from v0.39.7).

## 1.27.6

Expand Down
Loading

0 comments on commit e90aa1a

Please sign in to comment.