Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Jayant Krishnamurthy <jayant@dourolabs.xyz>
@@ -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
@@ -21,7 +21,6 @@ jobs:
workspaces: "apps/fortuna -> target"
@@ -20,7 +20,6 @@ jobs:
workspaces: "apps/hermes/server -> target"
@@ -22,7 +22,6 @@ jobs:
workspaces: "pythnet/message_buffer -> target"
toolchain: 1.66.1
- name: Install Solana
@@ -20,8 +20,8 @@ jobs:
workspaces: "pythnet/pythnet_sdk -> target"
+ components: rustfmt, clippy
- name: Format check
run: cargo fmt --all -- --check
@@ -18,7 +18,6 @@ jobs:
- uses: actions/setup-python@v2
toolchain: 1.73.0
@@ -26,8 +26,8 @@ jobs:
workspaces: "target_chains/solana -> target"
run: |
@@ -13,7 +13,6 @@ jobs:
toolchain: 1.86.0
@@ -19,8 +19,8 @@ jobs:
- uses: actions/checkout@v3
toolchain: 1.77.0
- uses: taiki-e/cache-cargo-install-action@v2
@@ -16,7 +16,7 @@ jobs:
toolchain: stable
default: true
- name: Publish
run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
env:
- run: cargo +stable-x86_64-unknown-linux-gnu publish --token ${CARGO_REGISTRY_TOKEN}