Skip to content

Commit

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

* Bump versions.
  • Loading branch information
milesj authored Dec 28, 2024
1 parent 42314cc commit fed3a5f
Show file tree
Hide file tree
Showing 14 changed files with 135 additions and 98 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.43.1' # Keep in sync
proto-version: '0.44.1' # Keep in sync
- uses: mozilla-actions/[email protected]
if: ${{ vars.ENABLE_SCCACHE == 'true' }}
- name: Checking coverage status
Expand Down
9 changes: 9 additions & 0 deletions .yarn/versions/c6dd665b.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
releases:
"@moonrepo/cli": patch
"@moonrepo/core-linux-arm64-gnu": patch
"@moonrepo/core-linux-arm64-musl": patch
"@moonrepo/core-linux-x64-gnu": patch
"@moonrepo/core-linux-x64-musl": patch
"@moonrepo/core-macos-arm64": patch
"@moonrepo/core-macos-x64": patch
"@moonrepo/core-windows-x64-msvc": patch
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

#### ⚙️ Internal

- Updated proto to v0.44.1 (from 0.43.1).

## 1.30.5

#### 🐞 Fixes
Expand Down
Loading

0 comments on commit fed3a5f

Please sign in to comment.