Skip to content

Commit

Permalink
Revert bump to 0.20.1-alpha.2, and publish with +1.80.0 (#8181)
Browse files Browse the repository at this point in the history
* Reverts verion-bump in #8172
* Publish crates with `cargo +1.80.0`
  • Loading branch information
emilk authored Nov 19, 2024
1 parent a2b5ab8 commit bb85677
Show file tree
Hide file tree
Showing 36 changed files with 238 additions and 220 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/reusable_release_crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,12 @@ jobs:
- name: Build web-viewer (release)
run: pixi run rerun-build-web-release

# We added `+1.80.0` to cargo publish some dependency had MSRV 1.80 and that caused `cargo publish` to fail.
# TODO(#8174): remove eonce we update MSRV to 1.80.0 everywhere
- name: Install Rust 1.80.0
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.80.0

- name: Publish
run: pixi run python scripts/ci/crates.py publish --token ${{ secrets.CRATES_IO_TOKEN }}
Loading

0 comments on commit bb85677

Please sign in to comment.