ShadowySpirits commented on code in PR #767:
URL: https://github.com/apache/rocketmq-clients/pull/767#discussion_r1705444520
##########
.github/workflows/rust_build.yml:
##########
@@ -45,27 +52,26 @@ jobs:
with:
toolchain: stable
- name: Build doc
- working-directory: ./rust
run: cargo doc --no-deps --all-features
env:
RUSTDOCFLAGS: --cfg docsrs
msrv:
runs-on: ubuntu-latest
+ defaults:
+ run:
+ working-directory: ./rust
strategy:
matrix:
- msrv: [1.61]
Review Comment:
Rust version defined in Cargo.toml should be also bumped up to 1.70.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]