Skip to content

Commit 47ebc4e

Browse files
authored
deps(proto): Update to v0.53. (#2119)
* Update proto. * Update version. * Fix plugins.
1 parent 228a45c commit 47ebc4e

File tree

12 files changed

+235
-111
lines changed

12 files changed

+235
-111
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
auto-install: true
113113
cache: true
114-
proto-version: '0.52.3' # Keep in sync
114+
proto-version: '0.53.0' # Keep in sync
115115
- uses: mozilla-actions/[email protected]
116116
if: ${{ vars.ENABLE_SCCACHE == 'true' }}
117117
# Fixes issues where proto can't find a version because nothing is pinned globally

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
#### ⚙️ Internal
6+
7+
- Updated proto to [v0.53.0](https://github.com/moonrepo/proto/releases/tag/v0.53.0) (from 0.52.3).
8+
39
## 1.40.1
410

511
#### 🐞 Fixes

0 commit comments

Comments
 (0)