Skip to content

Commit

Permalink
Upgrade to 1.70 Rust
Browse files Browse the repository at this point in the history
- upgrade Cargo deps
  • Loading branch information
tyranron committed Jun 6, 2023
1 parent 02a6672 commit d973773
Show file tree
Hide file tree
Showing 18 changed files with 371 additions and 357 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -659,13 +659,11 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/medea-control-api-proto-')
|| !startsWith(github.ref, 'refs/tags/medea-') }}

# TODO: Uncomment once `rustdoc` ICE is fixed and released:
# https://github.com/rust-lang/rust/issues/110848
#- run: make docs.rust crate=medea-jason open=no
# env:
# RUSTFLAGS: -D warnings
# if: ${{ startsWith(github.ref, 'refs/tags/medea-jason-')
# || !startsWith(github.ref, 'refs/tags/medea-') }}
- run: make docs.rust crate=medea-jason open=no
env:
RUSTFLAGS: -D warnings
if: ${{ startsWith(github.ref, 'refs/tags/medea-jason-')
|| !startsWith(github.ref, 'refs/tags/medea-') }}



Expand Down
Loading

0 comments on commit d973773

Please sign in to comment.