Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rooch-network/rooch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e646c68a49bf4de3ae27241f1b30fb73939c8fda
Choose a base ref
..
head repository: rooch-network/rooch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2f1b2dd45409655a8992454dfcbf90e592adab09
Choose a head ref
Showing with 2 additions and 0 deletions.
  1. +1 −0 .github/actions/rust-setup/action.yaml
  2. +1 −0 rust-toolchain
1 change: 1 addition & 0 deletions .github/actions/rust-setup/action.yaml
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@ runs:
with:
override: true
components: rustfmt, clippy
toolchain: 1.77.1

- name: install protoc and related tools
shell: bash
1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[toolchain]
profile = "default"
channel = "1.77.1"