Skip to content

Commit

Permalink
Merge branch 'main' into state_api
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar authored Jun 9, 2024
2 parents 99a2de5 + 9acee09 commit 5113296
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@
/examples @jolestar @wow-sven @geometryolife
/examples/blog @wubuku @jolestar
/sdk @wow-sven @yubing744
/dashboards @wow-sven @yubing744 @Mine77
/infra/dashboards @wow-sven @yubing744
/infra/rooch-portal @wow-sven @TwilightLogic @Mine77
/docs @wow-sven @geometryolife @Mine77
2 changes: 1 addition & 1 deletion .github/actions/rust-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
- run: sudo apt-get update && sudo apt-get install build-essential ca-certificates clang curl git libpq-dev libssl-dev pkg-config lsof lld --no-install-recommends --assume-yes
shell: bash

- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # pin@v1
- uses: actions-rs/toolchain@v1.0.6
with:
override: true
components: rustfmt, clippy
Expand Down
1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.77.1
4 changes: 4 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#we keep the `rust-toolchain` and `rust-toolchain.yaml`
#because some tools dose not support rust-toolchain.yaml yet
[toolchain]
channel = "1.77.1"

0 comments on commit 5113296

Please sign in to comment.