Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci-cosmwasm-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.82.0
components: rustfmt, clippy
override: true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-fortuna.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
workspaces: "apps/fortuna -> target"
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.82.0
override: true
components: rustfmt, clippy
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-hermes-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
workspaces: "apps/hermes/server -> target"
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.82.0
components: rustfmt, clippy
override: true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-message-buffer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
workspaces: "pythnet/message_buffer -> target"
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.66.1
components: rustfmt, clippy
- name: Install Solana
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pythnet-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
workspaces: "pythnet/pythnet_sdk -> target"
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.82.0
components: rustfmt, clippy
override: true
- name: Format check
run: cargo fmt --all -- --check
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-remote-executor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- uses: actions/setup-python@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.73.0
components: rustfmt, clippy
override: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-solana-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
workspaces: "target_chains/solana -> target"
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.73.0
components: rustfmt, clippy
override: true
- name: Install Solana
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-starknet-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.86.0
components: rustfmt, clippy
override: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-sui-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.77.0
components: rustfmt, clippy
override: true
- uses: taiki-e/cache-cargo-install-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pyth-price-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
toolchain: stable
default: true
profile: minimal
components: rustfmt, clippy
- name: Publish
run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pyth-solana-receiver-state.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
toolchain: stable
default: true
profile: minimal
components: rustfmt, clippy

- run: cargo +stable-x86_64-unknown-linux-gnu publish --token ${CARGO_REGISTRY_TOKEN}
env:
Expand Down
Loading