This is an automated email from the ASF dual-hosted git repository.
martin-g pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 9b374b1 chore(ci): Pin cargo-rdme to 1.x (#567)
9b374b1 is described below
commit 9b374b1f1b03af45737e33676dddc5da77eaddab
Author: Martin Grigorov <[email protected]>
AuthorDate: Thu Jun 25 09:05:39 2026 +0300
chore(ci): Pin cargo-rdme to 1.x (#567)
* Run cargo-rdme with nightly toolchain
v2.x fails with:
```
error: failed to transform intralinks: rust toolchain not installed: nightly
```
https://github.com/orium/cargo-rdme/releases/tag/v2.0.0
* Pin cargo-rdme to 1.4.2
---
.github/workflows/test-lang-rust-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test-lang-rust-ci.yml
b/.github/workflows/test-lang-rust-ci.yml
index 8373508..5e4d870 100644
--- a/.github/workflows/test-lang-rust-ci.yml
+++ b/.github/workflows/test-lang-rust-ci.yml
@@ -69,7 +69,7 @@ jobs:
- uses: taiki-e/install-action@v2
if: matrix.rust == 'stable' && matrix.runner.target ==
'x86_64-unknown-linux-gnu'
with:
- tool: cargo-rdme
+ tool: [email protected]
- name: Checkout
uses: actions/checkout@v6