Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Temporary use beta Rust 1.52 for publishing crates via GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Apr 9, 2021
1 parent 32b90cd commit 1000df4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: beta

- name: Release ${{ steps.crate.outputs.group2 }} version
of '${{ steps.crate.outputs.group1 }}' crate
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,8 @@ release.crates:
ifneq ($(filter $(crate),medea medea-jason medea-client-api-proto medea-control-api-proto medea-coturn-telnet-client medea-macro medea-reactive),)
cd $(crate-dir)/ && \
$(if $(call eq,$(publish),yes),\
cargo publish --token $(release-crates-token) ,\
cargo package --allow-dirty )
cargo +beta publish --token $(release-crates-token) ,\
cargo +beta package --allow-dirty )
endif


Expand Down

0 comments on commit 1000df4

Please sign in to comment.