Skip to content

Commit

Permalink
Update proto.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Dec 9, 2024
1 parent 514c825 commit de670a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.0' # Keep in sync
proto-version: '0.43.1' # 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 @@ -9,6 +9,7 @@

#### ⚙️ Internal

- Updated proto to v0.43.1 (from 0.43.0).
- Updated dependencies.

## 1.30.4
Expand Down
2 changes: 1 addition & 1 deletion crates/common/src/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pub const BIN_NAME: &str = "moon";

pub const CONFIG_DIRNAME: &str = ".moon";

pub const PROTO_CLI_VERSION: &str = "0.43.0";
pub const PROTO_CLI_VERSION: &str = "0.43.1";

0 comments on commit de670a6

Please sign in to comment.