Skip to content

Commit

Permalink
Rust deploy action, remove depreciated rust-toolchain action
Browse files Browse the repository at this point in the history
dummy
  • Loading branch information
Auburn committed Oct 15, 2023
1 parent 80d4b0c commit df1e20f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true

- name: Publish to crates.io
run: cd Rust && cargo publish
run: cd Rust && cargo publish --dry-run
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit df1e20f

Please sign in to comment.